Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
idmarinas committed Jan 4, 2022
1 parent 703b71c commit 795097e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lotgd-core/occurrence-bundle",
"version": "0.1.2",
"version": "0.1.3",
"type": "lotgd-bundle",
"description": "Core Bundle: Occurrence system for LoTGD IDMarinas Edition. Special events in different areas.",
"keywords": ["lotgd-core", "idmarinas-edition", "lotgd", "occurrence", "lotgd-core-bundle", "lotgd-bundle", "special-events"],
Expand All @@ -19,14 +19,14 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^7.3",
"symfony/config": "^4.4",
"symfony/dependency-injection": "^4.4",
"symfony/event-dispatcher": "^4.4",
"symfony/http-kernel": "^4.4"
"php": "^7.3 | ^8.0",
"symfony/config": "^4.4 | ^5.4",
"symfony/dependency-injection": "^4.4 | ^5.4",
"symfony/event-dispatcher": "^4.4 | ^5.4",
"symfony/http-kernel": "^4.4 | ^5.4"
},
"require-dev": {
"idmarinas/lotgd": "^5.0 | ^6.0",
"idmarinas/lotgd": "^5.0 | ^6.0 | ^7.0 | 8.0",
"matthiasnoback/symfony-config-test": "^4.2",
"matthiasnoback/symfony-dependency-injection-test": "^4.2",
"nyholm/symfony-bundle-test": "^1.7",
Expand Down

0 comments on commit 795097e

Please sign in to comment.