Skip to content

Commit

Permalink
Update composer.json (#224)
Browse files Browse the repository at this point in the history
Changed `auditor` requirement from `dev-master` to `^1.0`
  • Loading branch information
parijke authored Dec 7, 2020
1 parent ecb5603 commit 78c7e4d
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 @@ -12,7 +12,7 @@
],
"require": {
"php": ">=7.2",
"damienharper/auditor": "dev-master",
"damienharper/auditor": "^1.0",
"doctrine/annotations": "^1.8",
"doctrine/doctrine-bundle": "^1.9|^2.0",
"doctrine/orm": "^2.7",
Expand Down

0 comments on commit 78c7e4d

Please sign in to comment.