Skip to content

Commit

Permalink
composer: bump to PHP 7
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jan 5, 2016
1 parent 9a2212e commit 1d59753
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
@@ -1,13 +1,6 @@
language: php

sudo: false

cache:
directories:
- $HOME/.composer/cache

php:
- 5.6
- 7.0

matrix:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -4,7 +4,7 @@
"keywords": ["Symfony", "controller", "autowire"],
"license": "MIT",
"require": {
"php": "~5.6|~7.0",
"php": "~7.0",
"nette/robot-loader": "^2.3",
"symfony/config": "^2.8|^3.0",
"symfony/dependency-injection": "^2.8|^3.0",
Expand Down

0 comments on commit 1d59753

Please sign in to comment.