Skip to content

Commit

Permalink
removing 5.3 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankit Tyagi committed Sep 15, 2014
1 parent 7255140 commit 1b4c4bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 5.3
- 5.4
- 5.5

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}
],
"require": {
"php": ">=5.3.0",
"php": ">=5.4.0",
"illuminate/support": "4.1.*",
"besimple/soap-client": "0.2.*@dev",
"goetas/xsd2php": "master-dev"
Expand Down

0 comments on commit 1b4c4bc

Please sign in to comment.