Skip to content

Commit

Permalink
sets compatibility php >= 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
simodima committed Jul 15, 2015
1 parent 94db4b4 commit 0c38340
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6

before_script:
- composer install
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"psr-4" : { "spec\\Formable\\": "spec" }
},
"require": {
"php": ">=5.4",
"symfony/form": "^2.3",
"symfony/framework-bundle": "^2.3",
"symfony/validator": "^2.3"
Expand Down

0 comments on commit 0c38340

Please sign in to comment.