Skip to content

Commit

Permalink
Merge pull request #18 from iksaku/compatibility-constraint
Browse files Browse the repository at this point in the history
Caret version range for 5.x laravel versions
  • Loading branch information
sausin authored Oct 23, 2019
2 parents 1689b4c + d4b8832 commit 7766c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"require": {
"php-opencloud/openstack": "^3.0",
"illuminate/support": "5.4.x|5.5.x|5.6.x|5.7.x|5.8.x|6.0.x|6.1.x|6.2.x",
"illuminate/support": "^5.4|6.0.x|6.1.x|6.2.x",
"league/flysystem": "^1.0",
"nimbusoft/flysystem-openstack-swift": "^0.2.1",
"nesbot/carbon": "^1.26.3 || ^2.0"
Expand Down

0 comments on commit 7766c48

Please sign in to comment.