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

Commit

Permalink
config and support ~5.1 || ~5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SOSTheBlack committed May 9, 2016
1 parent 2f9e3c0 commit a9bb317
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.DS_Store
/vendor/
/vendor/
/.phpintel
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
],
"require": {
"php": ">=5.5.9",
"illuminate/config": "5.1.*",
"illuminate/support": "5.1.*",
"illuminate/config": "~5.1 || ~5.2",
"illuminate/support": "~5.1 || ~5.2",
"moip/moip-sdk-php": "1.*",
"mockery/mockery": "^0.9.4"
},
Expand Down

0 comments on commit a9bb317

Please sign in to comment.