Skip to content
This repository has been archived by the owner on Jan 2, 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
pascalbaljet authored Sep 6, 2018
1 parent b3f2a78 commit ec098ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
],
"require": {
"php" : "~5.6|^7.0",
"illuminate/filesystem": "5.0.* || 5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.*",
"illuminate/filesystem": "5.0.* || 5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.*",
"league/flysystem-webdav": "^1.0"
},
"require-dev": {
"orchestra/testbench": "^3.0",
"phpunit/phpunit": "~5.0|~6.0"
"phpunit/phpunit": "~5.0|~6.0|~7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ec098ed

Please sign in to comment.