Skip to content

Commit

Permalink
feat: bump dependencies, symfony 6.1 => 6.3 upgrade, remove duplicate…
Browse files Browse the repository at this point in the history
…d config-files (#10)
  • Loading branch information
Chris53897 authored Aug 19, 2023
1 parent 125bad5 commit 2ce5f71
Show file tree
Hide file tree
Showing 19 changed files with 1,056 additions and 1,282 deletions.
5 changes: 3 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ APP_SECRET=!CHangeMe!
# IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml
#
DATABASE_URL="sqlite:///%kernel.project_dir%/var/data.db"
# DATABASE_URL="mysql://app:[email protected]:3306/app?serverVersion=8&charset=utf8mb4"
# DATABASE_URL="postgresql://app:[email protected]:5432/app?serverVersion=14&charset=utf8"
# DATABASE_URL="mysql://app:[email protected]:3306/app?serverVersion=8.0.32&charset=utf8mb4"
# DATABASE_URL="mysql://app:[email protected]:3306/app?serverVersion=10.11.2-MariaDB&charset=utf8mb4"
# DATABASE_URL="postgresql://app:[email protected]:5432/app?serverVersion=15&charset=utf8"
###< doctrine/doctrine-bundle ###
47 changes: 23 additions & 24 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,27 @@
"php": ">=8.2",
"ext-ctype": "*",
"ext-iconv": "*",
"api-platform/core": "^3.0",
"doctrine/annotations": "^1.0",
"api-platform/core": "^3.1",
"doctrine/doctrine-bundle": "^2.4",
"doctrine/doctrine-migrations-bundle": "^3.2",
"doctrine/orm": "^2.10",
"phpdocumentor/reflection-docblock": "^5.3",
"runtime/frankenphp-symfony": "^0.1.0",
"symfony/asset": "^6.1",
"symfony/console": "^6.1",
"symfony/dotenv": "^6.1",
"symfony/expression-language": "^6.1",
"symfony/flex": "^1.3.1",
"symfony/framework-bundle": "^6.1",
"symfony/asset": "^6.3",
"symfony/console": "^6.3",
"symfony/dotenv": "^6.3",
"symfony/expression-language": "^6.3",
"symfony/flex": "^2.3",
"symfony/framework-bundle": "^6.3",
"symfony/monolog-bundle": "^3.0",
"symfony/property-access": "^6.1",
"symfony/property-info": "^6.1",
"symfony/proxy-manager-bridge": "^6.1",
"symfony/runtime": "^6.1",
"symfony/security-bundle": "^6.1",
"symfony/serializer": "^6.1",
"symfony/twig-bundle": "^6.1",
"symfony/validator": "^6.1",
"symfony/yaml": "^6.1"
"symfony/property-access": "^6.3",
"symfony/property-info": "^6.3",
"symfony/proxy-manager-bridge": "^6.3",
"symfony/runtime": "^6.3",
"symfony/security-bundle": "^6.3",
"symfony/serializer": "^6.3",
"symfony/twig-bundle": "^6.3",
"symfony/validator": "^6.3",
"symfony/yaml": "^6.3"
},
"config": {
"optimize-autoloader": true,
Expand Down Expand Up @@ -57,7 +55,8 @@
"symfony/polyfill-php73": "*",
"symfony/polyfill-php74": "*",
"symfony/polyfill-php80": "*",
"symfony/polyfill-php81": "*"
"symfony/polyfill-php81": "*",
"symfony/polyfill-php82": "*"
},
"scripts": {
"auto-scripts": {
Expand All @@ -77,17 +76,17 @@
"extra": {
"symfony": {
"allow-contrib": false,
"require": "^6.1",
"require": "^6.3",
"docker": false
},
"runtime": {
"class": "Runtime\\FrankenPhpSymfony\\Runtime"
}
},
"require-dev": {
"symfony/debug-bundle": "^6.1",
"symfony/maker-bundle": "^1.34",
"symfony/stopwatch": "^6.1",
"symfony/web-profiler-bundle": "^6.1"
"symfony/debug-bundle": "^6.3",
"symfony/maker-bundle": "^1.50",
"symfony/stopwatch": "^6.3",
"symfony/web-profiler-bundle": "^6.3"
}
}
Loading

0 comments on commit 2ce5f71

Please sign in to comment.