Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Commit d9a0a35

Browse files
authored
Merge pull request #31 from mominsid/master
Updates dependencies for Laravel 8
2 parents 0ce7c2e + fa43525 commit d9a0a35

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.1",
20-
"illuminate/encryption": "5.6.*|5.7.*|5.8.*|^6.0|^7.0"
20+
"illuminate/encryption": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "^7.0|^8.0",
24-
"orchestra/testbench": "~3.6|~3.7|~3.8|^4.0"
23+
"phpunit/phpunit": "^7.0|^8.0|^9.0",
24+
"orchestra/testbench": "~3.6|~3.7|~3.8|^4.0|^5.0|^6.0"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)