Skip to content

Commit

Permalink
Ajout des contexts pour les exceptions et pour la gestion du kernel d…
Browse files Browse the repository at this point in the history
…e test
  • Loading branch information
Guillaume DUBOST committed Aug 1, 2018
1 parent 7d300ea commit c47decf
Show file tree
Hide file tree
Showing 4 changed files with 2,738 additions and 1,767 deletions.
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@
}
],
"require": {
"php": ">=5.5",
"behat/behat": ">=3.2",
"guzzlehttp/guzzle": "~6.1",
"etna/php-rsa": "~0.2.0",
"mcustiel/phiremock": "^1.7"
"php": "^7.1.3",
"symfony/framework-bundle": "^4.1"
},
"require-dev": {
"behat/behat": "^3.4",
"guzzlehttp/guzzle": "~6.1",
"etna/php-rsa": "~0.2.0",
"mcustiel/phiremock": "^1.7",
"phpunit/php-code-coverage": "^6.0",
"phpunit/phpcov": "^5.0"
},
Expand Down
Loading

0 comments on commit c47decf

Please sign in to comment.