Skip to content

Commit

Permalink
bump sf 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nikophil committed Nov 2, 2021
1 parent 781d881 commit e505df9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"repositories": [
{
"type": "vcs",
"url": "https://github.com/emilZelty/mongodb-migrations"
"url": "https://github.com/ArteGEIE/mongodb-migrations"
}
],
"require": {
"php": "^7.1 || 8.*",
"doctrine/mongodb-odm-bundle": "^3.0 || ^4.3",
"symfony/framework-bundle": "^3.4 || ^4.0 || 5.2.*",
"symfony/console": "^3.4 || ^4.0 || 5.2.*",
"doesntmattr/mongodb-migrations": "dev-php-8-compatiblity"
"symfony/framework-bundle": "^3.4 || ^4.0 || ^5.0",
"symfony/console": "^3.4 || ^4.0 || ^5.0",
"doesntmattr/mongodb-migrations": "^3.1.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e505df9

Please sign in to comment.