Skip to content

Commit bf6af96

Browse files
committed
Updated deps to be more loose with upgrades
1 parent 27e50c3 commit bf6af96

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

composer.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,24 @@
2222
],
2323
"require": {
2424
"php": "^8.1",
25-
"illuminate/config": "^10.0|^11.0",
26-
"illuminate/console": "^10.0|^11.0",
27-
"illuminate/container": "^10.0|^11.0",
28-
"illuminate/contracts": "^10.0|^11.0",
29-
"illuminate/pipeline": "^10.0|^11.0",
30-
"illuminate/support": "^10.0|^11.0"
25+
"illuminate/config": "^10 || ^11",
26+
"illuminate/console": "^10 || ^11",
27+
"illuminate/container": "^10 || ^11",
28+
"illuminate/contracts": "^10 || ^11",
29+
"illuminate/pipeline": "^10 || ^11",
30+
"illuminate/support": "^10 || ^11"
3131
},
3232
"require-dev": {
33-
"enlightn/enlightn": "^2.3",
34-
"larastan/larastan": "^2.9",
35-
"laravel/pint": "^1.2",
36-
"mockery/mockery": "^1.5.1",
37-
"nunomaduro/phpinsights": "^2.11",
38-
"orchestra/testbench": "^v8.0.0|^v9.0.0",
39-
"pestphp/pest": "^2.0",
40-
"pestphp/pest-plugin-laravel": "^2.4",
41-
"rector/rector": "^1.0",
42-
"squizlabs/php_codesniffer": "^3.7"
33+
"enlightn/enlightn": "^2",
34+
"larastan/larastan": "^2",
35+
"laravel/pint": "^1",
36+
"mockery/mockery": "^1",
37+
"nunomaduro/phpinsights": "^2",
38+
"orchestra/testbench": "^v8 || ^v9",
39+
"pestphp/pest": "^2 || ^3",
40+
"pestphp/pest-plugin-laravel": "^2 || ^3",
41+
"rector/rector": "^1 || ^2 || ^3",
42+
"squizlabs/php_codesniffer": "^3"
4343
},
4444
"autoload": {
4545
"psr-4": {

0 commit comments

Comments
 (0)