Skip to content

Commit

Permalink
fix: add missing alias for version in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
klarkent committed Sep 2, 2021
1 parent c8a4d01 commit 903660e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
],
"require": {
"php": ">=7.1.0",
"sofa/eloquence-base": "dev-7.1.2-erasys"
"sofa/eloquence-base": "dev-7.1.2-erasys as 7.1.2"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down

0 comments on commit 903660e

Please sign in to comment.