Skip to content

Commit

Permalink
Allow newer PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Dec 23, 2021
1 parent 5eaff55 commit 9b81559
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 @@ -4,7 +4,7 @@
"description": "Add barcodes to your products using this plugin",
"license": "MIT",
"require": {
"php": "^7.3",
"php": ">=7.3",
"setono/doctrine-orm-batcher-bundle": "^0.3.1",
"sylius/sylius": "^1.3",
"symfony/event-dispatcher": "^4.4 || ^5.0",
Expand Down

0 comments on commit 9b81559

Please sign in to comment.