Skip to content

Commit

Permalink
Update composer.json so the bundle can be installed in OroCommerce 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamJHall committed Aug 9, 2021
1 parent 42869f2 commit 268bb06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aligent/async-bundle",
"license": "MIT",
"version": "4.1.1",
"version": "4.2.0",
"type": "symfony-bundle",
"description": "A bundle for extending Oro's Async processing",
"authors": [
Expand All @@ -16,6 +16,6 @@
}
},
"require": {
"php": ">=7.1"
"php": "~7.4.14 || ~8.0.0"
}
}

0 comments on commit 268bb06

Please sign in to comment.