Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
Merge pull request #7 from shochdoerfer/feature/php7
Browse files Browse the repository at this point in the history
Dropping PHP 5.x support
  • Loading branch information
shochdoerfer authored Nov 7, 2016
2 parents 64a214b + 3b5611a commit 6ae67da
Show file tree
Hide file tree
Showing 35 changed files with 694 additions and 330 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ language: php

matrix:
include:
- php: 5.5
- php: 5.6
- php: 7.0
- php: hhvm
allow_failures:
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@
}
],
"require": {
"php": "^5.5|^7.0",
"bitexpert/pathfinder": "^0.4.0",
"bitexpert/adroit": "^0.4.0",
"php": "^7.0",
"bitexpert/pathfinder": "^0.5.0",
"bitexpert/adroit": "^0.5.0",
"bitexpert/slf4psrlog": "^0.1.0",
"zendframework/zend-diactoros": "^1.0.0",
"psr/http-message": "^1.0",
"willdurand/negotiation": "^2.0",
"twig/twig": "^1.24"
},
"require-dev": {
"phpunit/php-code-coverage": "^2.1.0",
"phpunit/phpunit": "^4.8",
"phpunit/php-code-coverage": "^4.0.1",
"phpunit/phpunit": "^5.5",
"squizlabs/php_codesniffer": "^2.3",
"phpdocumentor/phpdocumentor": "^2.8",
"monolog/monolog": "^1.14.0",
Expand Down
Loading

0 comments on commit 6ae67da

Please sign in to comment.