fix repo name

This commit is contained in:
Tykayn 2021-05-20 12:07:05 +02:00 committed by tykayn
parent f2edaa49f0
commit c65a71d177
1 changed files with 38 additions and 38 deletions

View File

@ -1,10 +1,40 @@
{
"type": "project",
"autoload": {
"psr-4": {
"App\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"App\\Tests\\": "tests/"
}
},
"config": {
"optimize-autoloader": true,
"preferred-install": {
"*": "dist"
},
"sort-packages": true
},
"conflict": {
"symfony/symfony": "*"
},
"description": "Une API pour framadate funky",
"extra": {
"symfony": {
"allow-contrib": false,
"require": "5.2.*"
}
},
"license": "aGPLv3",
"minimum-stability": "dev",
"description": "Une API pour framadate funky",
"name": "datepollapi",
"name": "tykayn/date-poll-api",
"prefer-stable": true,
"replace": {
"symfony/polyfill-ctype": "*",
"symfony/polyfill-iconv": "*",
"symfony/polyfill-php72": "*"
},
"require": {
"php": ">=7.2.5",
"ext-ctype": "*",
@ -30,27 +60,10 @@
"symfony/yaml": "5.2.*",
"ext-json": "*"
},
"config": {
"optimize-autoloader": true,
"preferred-install": {
"*": "dist"
},
"sort-packages": true
},
"autoload": {
"psr-4": {
"App\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"App\\Tests\\": "tests/"
}
},
"replace": {
"symfony/polyfill-ctype": "*",
"symfony/polyfill-iconv": "*",
"symfony/polyfill-php72": "*"
"require-dev": {
"doctrine/doctrine-fixtures-bundle": "^3.4",
"symfony/debug-bundle": "5.2.*",
"symfony/maker-bundle": "^1.30"
},
"scripts": {
"auto-scripts": {
@ -64,18 +77,5 @@
"@auto-scripts"
]
},
"conflict": {
"symfony/symfony": "*"
},
"extra": {
"symfony": {
"allow-contrib": false,
"require": "5.2.*"
}
},
"require-dev": {
"doctrine/doctrine-fixtures-bundle": "^3.4",
"symfony/debug-bundle": "5.2.*",
"symfony/maker-bundle": "^1.30"
}
"type": "project"
}