Skip to content

Commit 6e72d4f

Browse files
committed
Bump version of Laravel to 11
And related libraries
1 parent 75a8794 commit 6e72d4f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88
],
99
"license": "MIT",
1010
"require": {
11-
"php": "^7.1.3",
1211
"fideloper/proxy": "^4.0",
13-
"laravel/framework": "5.8.*",
14-
"laravel/tinker": "^1.0"
12+
"php": "^8.0",
13+
"laravel/framework": "^11.0",
14+
"laravel/tinker": "^2.9"
1515
},
1616
"require-dev": {
1717
"beyondcode/laravel-dump-server": "^1.0",
18-
"filp/whoops": "^2.0",
19-
"fzaninotto/faker": "^1.4",
20-
"mockery/mockery": "^1.0",
21-
"nunomaduro/collision": "^3.0",
22-
"phpunit/phpunit": "^7.5"
18+
"filp/whoops": "^2.15",
19+
"fzaninotto/faker": "^1.5",
20+
"mockery/mockery": "^1.6",
21+
"nunomaduro/collision": "^8.1",
22+
"phpunit/phpunit": "^11.0"
2323
},
2424
"config": {
2525
"optimize-autoloader": true,

0 commit comments

Comments
 (0)