Skip to content

Commit

Permalink
Composer update
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume DUBOST committed Jan 14, 2019
1 parent 25bc931 commit cd1c025
Show file tree
Hide file tree
Showing 4 changed files with 3,143 additions and 3,180 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ vendor/
.DS_Store
doc/
.php_cs.cache
.env
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"php": "^7.1.3",
"etna/php-rsa": "^0.2.0",
"symfony/framework-bundle": "^4.1",
"symfony/lts": "^4@dev",
"etna/composer-behat-utils": "3.0.0-alpha.1"
"symfony/flex": "^1.1"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -45,7 +44,8 @@
"phpmd/phpmd": "^2.6",
"phing/phing": "^2.16",
"php-coveralls/php-coveralls": "^2.1",
"scrutinizer/ocular": "^1.5"
"scrutinizer/ocular": "^1.5",
"etna/composer-behat-utils": "^v3.0.0-alpha.1"
},
"scripts": {
"test": "behat",
Expand Down
Loading

0 comments on commit cd1c025

Please sign in to comment.