Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
reziamini committed Mar 17, 2022
1 parent e38de6e commit 68ca79f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
],
"require": {
"php": "^7.3|^8.0",
"illuminate/support": "^5.7|^6.0|^7.0|^8.0|^9.0"
"illuminate/support": "^5.7|^6.0|^7.0|^8.0|^9.0",
"laravel/framework": "^5.7|^6.0|^7.0|^8.0|^9.0"
},
"require-dev": {
"orchestra/testbench": "~3.7|^4.0|^5.0|^6.0",
"laravel/framework": "^5.7|^6.0|^7.0|^8.0"
"orchestra/testbench": "~3.7|^4.0|^5.0|^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 68ca79f

Please sign in to comment.