Skip to content

Commit 9601dec

Browse files
authored
Add support for PHP 8 and Laravel 9
1 parent 01f04dc commit 9601dec

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
@@ -16,10 +16,10 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.3"
19+
"php": "^7.3 || ^8.0"
2020
},
2121
"require-dev": {
22-
"symfony/var-dumper": "^4.3 || ^5.1",
22+
"symfony/var-dumper": "^4.3 || ^5.1 || ^6.0",
2323
"phpunit/phpunit": "^8.2 || ^9.3"
2424
},
2525
"autoload": {

0 commit comments

Comments
 (0)