Skip to content

Commit

Permalink
Better Symfony Support
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammyjo20 committed Aug 27, 2020
1 parent 0886d9a commit 25c648e
Show file tree
Hide file tree
Showing 2 changed files with 173 additions and 545 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"php": ">7.3",
"illuminate/support": "^5.0|^6.0|^7.0",
"illuminate/contracts": "^5.0|^6.0|^7.0",
"symfony/process": "^5.0",
"symfony/process": "^4.0",
"illuminate/filesystem": "^5.0|^6.0|^7.0",
"symfony/finder": "^5.0",
"symfony/finder": "^4.0",
"illuminate/console": "^5.0|^6.0|^7.0",
"ext-json": "*",
"ext-zip": "*"
Expand Down
Loading

0 comments on commit 25c648e

Please sign in to comment.