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

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Feb 25, 2020
1 parent e8d6962 commit 30868e3
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 @@ -11,9 +11,9 @@
],
"require": {
"php": ">=7",
"illuminate/support": "^5.5|^6",
"illuminate/console": "^5.5|^6",
"symfony/process": "^3.2|^4"
"illuminate/support": "^5.5|^6|^7",
"illuminate/console": "^5.5|^6|^7",
"symfony/process": "^3.2|^4|^5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 30868e3

Please sign in to comment.