Skip to content

Commit

Permalink
Merge 06e1874 into 3ec465f
Browse files Browse the repository at this point in the history
  • Loading branch information
michailw committed Dec 9, 2017
2 parents 3ec465f + 06e1874 commit 303ba00
Show file tree
Hide file tree
Showing 36 changed files with 868 additions and 389 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,9 @@ cache:
- $HOME/.composer/cache/files

php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm
- 7.2

matrix:
include:
Expand All @@ -25,10 +22,8 @@ matrix:
before_script: []
script: sphinx-build -nW -b html -d docs/build/doctrees docs docs/build/html
after_script: []
- php: 5.3
dist: precise
allow_failures:
- php: 7.1
dist: precise

env:
global:
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
],

"require": {
"php": ">=5.3.2",
"php": ">=7.0",
"behat/mink": "~1.6@dev",
"behat/mink-selenium2-driver": "~1.2",
"symfony/event-dispatcher": "~2.4|~3.0",
"phpunit/phpunit": ">=4.8.35 <5|>=5.4.3 <6"
"phpunit/phpunit": "~6.1"
},

"require-dev": {
"aik099/coding-standard": "dev-master",
"mockery/mockery": "~0.9"
"mockery/mockery": "^1.0"
},

"autoload": {
Expand Down

0 comments on commit 303ba00

Please sign in to comment.