Skip to content

Commit

Permalink
Try to fix PHP7 builds without changing the slugify library
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyamcl committed Dec 8, 2024
1 parent 7f230fb commit 6b4aba3
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 @@ -24,7 +24,7 @@
"php": "^7.2|^8.0",
"ext-dom": "*",
"masterminds/html5": "^2.1",
"cocur/slugify": "^3.0|^4.0",
"cocur/slugify": "^3.0|~4.4.0|^4.6",
"knplabs/knp-menu": "^3.2"
},
"require-dev": {
Expand Down

0 comments on commit 6b4aba3

Please sign in to comment.