Skip to content

Commit

Permalink
Merge 7eb9a31 into 42c1b32
Browse files Browse the repository at this point in the history
  • Loading branch information
xndbogdan committed Feb 9, 2022
2 parents 42c1b32 + 7eb9a31 commit e6cbb9d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Expand Up @@ -16,15 +16,15 @@
"require": {
"php": "^7.2|^8.0",
"ext-gd": "*",
"illuminate/config": "~5|^6|^7|^8",
"illuminate/filesystem": "~5|^6|^7|^8",
"illuminate/support": "~5|^6|^7|^8",
"illuminate/hashing": "~5|^6|^7|^8",
"illuminate/session": "~5|^6|^7|^8",
"illuminate/config": "~5|^6|^7|^8|^9",
"illuminate/filesystem": "~5|^6|^7|^8|^9",
"illuminate/support": "~5|^6|^7|^8|^9",
"illuminate/hashing": "~5|^6|^7|^8|^9",
"illuminate/session": "~5|^6|^7|^8|^9",
"intervention/image": "~2.5"
},
"require-dev": {
"phpunit/phpunit": "^8.5",
"phpunit/phpunit": "^8.5|^9.0",
"mockery/mockery": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit e6cbb9d

Please sign in to comment.