Skip to content

Commit 3c0011b

Browse files
committed
Upgrade to php 8.2
1 parent c62a4e4 commit 3c0011b

File tree

4 files changed

+1671
-1796
lines changed

4 files changed

+1671
-1796
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"laravel", "eloquent", "API", "models"
77
],
88
"require": {
9-
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
10-
"illuminate/contracts": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0"
9+
"illuminate/support": "^9.0|^10.0",
10+
"illuminate/contracts": "^9.0|^10.0"
1111
},
1212
"require-dev": {
13-
"php": "^7.1.3|^8.0",
14-
"phpunit/phpunit": "^9.0|^10.0",
15-
"orchestra/testbench": "^6.0"
13+
"php": "^8.2",
14+
"phpunit/phpunit": "^10.0",
15+
"orchestra/testbench": "^8.5"
1616
},
1717
"license": "MIT",
1818
"autoload": {

0 commit comments

Comments
 (0)