Skip to content

Commit

Permalink
increase php requirement for 1.4 modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Guite committed Sep 5, 2015
1 parent 3bb1409 commit e962ef1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Expand Up @@ -48,7 +48,7 @@ class ComposerFile {
"psr-4": { "«vendor.formatForCodeCapital»\\«name.formatForCodeCapital»Module\\": "" }
},
"require": {
"php": ">5.3.3"
"php": ">5.4.0"
},
"suggest": {
},
Expand Down
Expand Up @@ -28,7 +28,6 @@ class TravisFile {
before_script: composer install --dev --prefer-source

php:
- 5.3
- 5.4
- 5.5
'''
Expand Down

0 comments on commit e962ef1

Please sign in to comment.