Skip to content

Commit

Permalink
chore: Update composer.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jul 5, 2021
1 parent a7f74b7 commit 0c30729
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,20 @@
"symfony/framework-bundle": "^5.1"
},
"require-dev": {
"drupol/php-conventions": "^1.8.18",
"ecphp/php-conventions": "^1",
"friends-of-phpspec/phpspec-code-coverage": "^5.0.0",
"infection/infection": "^0.15.3",
"phpspec/phpspec": "^6.2.1",
"vimeo/psalm": "^4.1"
"infection/infection": "^0.15.3 || ^0.23",
"phpspec/phpspec": "^7",
"infection/phpspec-adapter": "^0.1.2"
},
"autoload": {
"psr-4": {
"EcPhp\\EuLoginBundle\\": "src/"
}
},
"scripts": {
"changelog-unreleased": "docker-compose run auto_changelog -c .auto-changelog -u",
"changelog-version": "docker-compose run auto_changelog -c .auto-changelog -v",
"grumphp": "./vendor/bin/grumphp run"
}
}

0 comments on commit 0c30729

Please sign in to comment.