Skip to content

Commit 3fd61f7

Browse files
committed
Update for Laravel 8
- Remove router replacement in favour of explicit transformation in return of controller actions [breaking change] - fix tests
1 parent 46d32fc commit 3fd61f7

File tree

12 files changed

+3484
-1366
lines changed

12 files changed

+3484
-1366
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
],
1111
"license": "MIT",
1212
"require": {
13-
"php" : ">= 7.2.5",
14-
"randomstate/api": "~0.4.3"
13+
"php" : ">=8.0",
14+
"randomstate/api": "^v0.4.4"
1515
},
1616
"require-dev": {
17-
"phpunit/phpunit": "^8.5",
18-
"laravel/laravel": "^7.0"
17+
"phpunit/phpunit": "^9.5",
18+
"laravel/laravel": "^8.0"
1919
},
2020
"autoload": {
2121
"psr-4": {

0 commit comments

Comments
 (0)