Skip to content

Commit d33e0d1

Browse files
committed
Update composer.json for dependency version adjustments and Laravel 12 compatibility
1 parent 08faae3 commit d33e0d1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,21 @@
1717
],
1818
"require": {
1919
"php": "^8.1 | ^8.2 | ^8.3 | ^8.4",
20-
"cleaniquecoders/traitify": "^1.2",
20+
"cleaniquecoders/traitify": "^1.2.1",
2121
"illuminate/contracts": "^9.0 | ^10.0 | ^11.0 | ^12.0",
2222
"spatie/laravel-package-tools": "^1.14"
2323
},
2424
"require-dev": {
2525
"larastan/larastan": "^2.9",
26-
"laravel/framework": "12.*",
2726
"laravel/pint": "^1.6",
2827
"nunomaduro/collision": "^7.0|^8.0",
29-
"orchestra/testbench": "10.*",
28+
"orchestra/testbench": "^8.0|^9.0",
3029
"pestphp/pest": "^2.0|^3.0",
3130
"pestphp/pest-plugin-laravel": "^2.0|^3.0",
3231
"phpstan/extension-installer": "^1.1",
3332
"phpstan/phpstan-deprecation-rules": "^1.0",
3433
"phpstan/phpstan-phpunit": "^1.0",
35-
"phpunit/phpunit": "^9.5|^10.0|^11.0|^12.0",
34+
"phpunit/phpunit": "^9.5|^10.0|^11.0",
3635
"spatie/laravel-ray": "^1.26"
3736
},
3837
"autoload": {

0 commit comments

Comments
 (0)