Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #67 from stof/deprecation_catching
Browse files Browse the repository at this point in the history
Add the Symfony PHPUnit bridge to catch deprecations
  • Loading branch information
stof committed Sep 21, 2015
2 parents 7e9a731 + 98ce074 commit 1c258e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
"fabpot/goutte": "~1.0.4|~2.0|~3.1"
},

"require-dev": {
"symfony/phpunit-bridge": "~2.7"
},

"autoload": {
"psr-4": {
"Behat\\Mink\\Driver\\": "src/"
Expand Down

0 comments on commit 1c258e9

Please sign in to comment.