Skip to content

Commit

Permalink
fix php dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
René Fritz committed Jul 21, 2018
1 parent e199b41 commit b6a0e48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fast_finish: true
include:
- stage: test
php: 5.6
php: 7.0
- stage: test
php: 7.2

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
],
"require": {
"php": ">=5.6.0",
"php": ">=7.0.0",
"typo3/cms-core": "^7.6 || ^8.0"
},
"autoload": {
Expand Down

0 comments on commit b6a0e48

Please sign in to comment.