Skip to content

Commit

Permalink
Laravel 4.2 requires PHP 5.4 and above. Updating composer.json and tr…
Browse files Browse the repository at this point in the history
…avis with that
  • Loading branch information
davispeixoto committed Aug 12, 2014
1 parent f5067ef commit 7d9951d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
language: php

php:
- 5.3
- 5.4
- 5.5

before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --dev

script: phpunit
script: phpunit
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": ">=5.3.0",
"php": ">=5.4.0",
"illuminate/support": "4.*",
"davispeixoto/force-dot-com-toolkit-for-php": "1.0.3"
},
Expand Down

0 comments on commit 7d9951d

Please sign in to comment.