Skip to content

Commit 6f7e249

Browse files
authored
Merge pull request #3 from NachvollCiba/master
Update dependencies for Laravel 8
2 parents 69fde81 + fed4ed0 commit 6f7e249

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
],
1818
"require": {
1919
"php": ">=7.0",
20-
"illuminate/support": "^5.5 || ^6.0 || ^7.0",
21-
"illuminate/encryption": "^5.5 || ^6.0 || ^7.0"
20+
"illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0",
21+
"illuminate/encryption": "^5.5 || ^6.0 || ^7.0 || ^8.0"
2222
},
2323
"require-dev": {
24-
"phpunit/phpunit": "^8.0"
24+
"phpunit/phpunit": "^8.0 || ^9.0"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)