Skip to content

Commit 911e9c6

Browse files
authored
⚡ update to laravel v8 (#8)
Signed-off-by: ssatz <[email protected]>
1 parent 743614f commit 911e9c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"require": {
1515
"json-mapper/json-mapper": "^1.0",
1616
"php": "^7.2 || ^8.0",
17-
"illuminate/support": "^5.5|^6|^7"
17+
"illuminate/support": "^5.5|^6|^7|^8"
1818
},
1919
"autoload": {
2020
"psr-4": {
@@ -44,6 +44,6 @@
4444
"phpstan/phpstan": "^0.12.19",
4545
"php-coveralls/php-coveralls": "^2.2",
4646
"phpunit/phpunit": "^8.0",
47-
"orchestra/testbench": "^5.3"
47+
"orchestra/testbench": "^5.3|^6.0"
4848
}
4949
}

0 commit comments

Comments
 (0)