Skip to content

Commit

Permalink
Require "doctrine/inflector":"^1.4" (#15)
Browse files Browse the repository at this point in the history
Since `stoutlogic/acf-builder` requires `"doctrine/inflector":"^1.1"`, we need to make sure there is a compatible version required.
  • Loading branch information
dsturm authored May 18, 2020
1 parent 6e5636a commit 67e61f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
},
"require": {
"php": ">=7.2.5",
"doctrine/inflector": "^1.4",
"stoutlogic/acf-builder": "^1.9"
},
"require-dev": {
Expand Down

0 comments on commit 67e61f8

Please sign in to comment.