Skip to content

Commit

Permalink
Merge pull request #326 from emirb/php72
Browse files Browse the repository at this point in the history
PHP 7.2 fixes
  • Loading branch information
Emir Beganović committed Nov 10, 2017
2 parents 0114662 + dce1a16 commit 9cd3798
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1,212 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -14,7 +14,6 @@ matrix:
- php: 7.2
- php: nightly
allow_failures:
- php: 7.2
- php: nightly
fast_finish: true

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -9,7 +9,7 @@
"symfony/config": "^2.3.0|^3"
},
"require-dev": {
"phpunit/phpunit": "^4.4.0,<4.8",
"phpunit/phpunit": "^4.8|^5.7",
"squizlabs/php_codesniffer": "^2.0.0"
},
"bin": ["src/bin/pdepend"],
Expand Down

0 comments on commit 9cd3798

Please sign in to comment.