mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-17 17:47:13 +00:00
fix: Model's --write duplicates array properties (#1594)
* Use the bug-fixed version of the upstream library * Updated the test for fixed features to correctly expect
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@
|
||||
"require": {
|
||||
"php": "^8.1",
|
||||
"ext-json": "*",
|
||||
"barryvdh/reflection-docblock": "^2.1.1",
|
||||
"barryvdh/reflection-docblock": "^2.1.2",
|
||||
"composer/class-map-generator": "^1.0",
|
||||
"illuminate/console": "^10 || ^11",
|
||||
"illuminate/database": "^10.38 || ^11",
|
||||
|
||||
Reference in New Issue
Block a user