Answer the question
In order to leave comments, you need to log in
[ERROR] The version "latest" couldn't be reached, are you at version "0"?
{
"type": "project",
"license": "proprietary",
"require": {
"php": "^7.1.3",
"ext-ctype": "*",
"ext-iconv": "*",
"ext-json": "*",
"cron/cron-bundle": "^2.4",
"drenso/phan-extensions": "^2.5",
"friendsofsymfony/rest-bundle": "^2.7",
"nelmio/api-doc-bundle": "^3.5",
"nelmio/cors-bundle": "^2.0",
"phan/phan": "^2.5",
"ramsey/uuid": "^3.9",
"sensio/framework-extra-bundle": "^5.5",
"symfony/browser-kit": "4.4.*",
"symfony/console": "4.4.*",
"symfony/dotenv": "4.4.*",
"symfony/flex": "^1.3.1",
"symfony/framework-bundle": "4.4.*",
"symfony/http-client": "4.4.*",
"symfony/lock": "4.4.*",
"symfony/monolog-bundle": "^3.5",
"symfony/options-resolver": "4.4.*",
"symfony/orm-pack": "^1.0",
"symfony/security-bundle": "4.4.*",
"symfony/serializer": "4.4.*",
"symfony/serializer-pack": "^1.0",
"symfony/validator": "4.4.*",
"symfony/yaml": "4.4.*"
},
"require-dev": {
"dama/doctrine-test-bundle": "^6.3",
"doctrine/doctrine-fixtures-bundle": "^3.3",
"phpdocumentor/reflection-docblock": "^4.0",
"phpunit/phpunit": "^8.5",
"roave/security-advisories": "dev-master",
"symfony/maker-bundle": "^1.14",
"symfony/phpunit-bridge": "^5.0"
},
"config": {
"preferred-install": {
"*": "dist"
},
"sort-packages": true
},
"autoload": {
"psr-4": {
"App\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"App\\Tests\\": "tests/"
}
},
"replace": {
"paragonie/random_compat": "2.*",
"symfony/polyfill-ctype": "*",
"symfony/polyfill-iconv": "*",
"symfony/polyfill-php71": "*",
"symfony/polyfill-php70": "*",
"symfony/polyfill-php56": "*"
},
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
},
"post-install-cmd": [
"@auto-scripts"
],
"post-update-cmd": [
"@auto-scripts"
]
},
"conflict": {
"symfony/symfony": "*"
},
"extra": {
"symfony": {
"allow-contrib": false,
"require": "4.4.*"
}
}
}
WARNING! You are about to execute a database migration that could result in schema changes and data loss. Are you sure you wish to continue? (yes/no) [yes]:
> y
[ERROR] The version "latest" couldn't be reached, you are at version "0"
Answer the question
In order to leave comments, you need to log in
doctrine_migrations:
migrations_paths:
dir_name: '%kernel.project_dir%/src/Migrations' // BAD
'DoctrineMigrations': '%kernel.project_dir%/migrations' // BAD
'DoctrineMigrations': '%kernel.project_dir%/src/Migrations' // GOOD!
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question