Skip to content

Commit eb120d3

Browse files
Upgrade to allow laravel 11 (#84)
1 parent eff9af0 commit eb120d3

File tree

2 files changed

+2363
-1481
lines changed

2 files changed

+2363
-1481
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.4|^8.0",
14-
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
15-
"illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0",
16-
"illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0",
17-
"illuminate/config": "^6.0|^7.0|^8.0|^9.0|^10.0",
13+
"php": "^7.4|~8.0",
14+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
15+
"illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
16+
"illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
17+
"illuminate/config": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
1818
"marcj/topsort": "^2.0"
1919
},
2020
"autoload": {
@@ -28,7 +28,7 @@
2828
}
2929
},
3030
"require-dev": {
31-
"orchestra/testbench": "^6.17|^8.0",
31+
"orchestra/testbench": "^6.17|^8.0|^9.0",
3232
"friendsofphp/php-cs-fixer": "^2.16|^3.14"
3333
},
3434
"scripts": {
@@ -48,4 +48,4 @@
4848
}
4949
},
5050
"prefer-stable": true
51-
}
51+
}

0 commit comments

Comments
 (0)