Skip to content

Commit

Permalink
Fix dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MisatoTremor committed Nov 22, 2021
1 parent c2bc36e commit cce5b01
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,31 +15,22 @@
"email": "[email protected]"
}
],
"extra": {
"branch-alias": {
"dev-master": "0.5-dev"
}
},
"require": {
"php": ">=7.4.0",
"php": "^7.1 || ^8.0",
"ext-json": "*",
"misatotremor/case-bundle": "^1.0.0"
},
"require-dev": {
"doctrine/doctrine-bundle": "^1.12|^2.0",
"doctrine/orm": "^2.8",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.3 || ^10.0",
"symfony/event-dispatcher": "^4.3|^5.0|^6.0",
"symfony/form": "^4.0|^5.0|^6.0",
"symfony/framework-bundle": "^4.0|^5.0|^6.0",
"symfony/routing": "^4.0|^5.0|^6.0",
"symfony/phpunit-bridge": "^4.4|^5.0|^6.0",
"twig/twig": "^2.4|^3.0|^6.0"
"symfony/event-dispatcher": "^4.4|^5.0|^6.0",
"symfony/form": "^4.4|^5.0|^6.0",
"symfony/framework-bundle": "^4.4|^5.0|^6.0",
"symfony/routing": "^4.4|^5.0|^6.0",
"symfony/phpunit-bridge": "^4.4|^5.0|^6.0"
},
"autoload": {
"psr-4": { "Avro\\CsvBundle\\": "" },
"exclude-from-classmap": [
"/Tests/"
]
"psr-4": { "Avro\\CsvBundle\\": "" }
}
}

0 comments on commit cce5b01

Please sign in to comment.