Skip to content

Commit

Permalink
Merge pull request #48 from itk-dev/feature/dependecy_updates
Browse files Browse the repository at this point in the history
Feature/dependecy updates
  • Loading branch information
turegjorup authored Jan 17, 2025
2 parents 910c3ed + 584be80 commit 8c46cd1
Show file tree
Hide file tree
Showing 107 changed files with 3,661 additions and 3,592 deletions.
2 changes: 1 addition & 1 deletion .env.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# define your env variables for the test env here
# Define your env variables for the test environment here
KERNEL_CLASS='App\Kernel'
APP_SECRET='$ecretf0rt3st'
SYMFONY_DEPRECATIONS_HELPER=999999
Expand Down
10 changes: 5 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
.phpunit.result.cache
###< phpunit/phpunit ###

###> symfony/phpunit-bridge ###
.phpunit.result.cache
/phpunit.xml
###< symfony/phpunit-bridge ###

###> symfony/webpack-encore-bundle ###
/node_modules/
/public/build/
npm-debug.log
yarn-error.log
###< symfony/webpack-encore-bundle ###

###> phpstan/phpstan ###
phpstan.neon
###< phpstan/phpstan ###
.phpunit.cache
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Upgrade to: Symfony 7.2, Doctrine ORM 3.x / DBAL 4.x, Api-platform 4.0, PhpUnit 11 with dependencies
- Switch to PHPStan

## [1.7.0] - 2024-10-14

- Switch to using vault bundle
Expand Down
88 changes: 45 additions & 43 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,59 +7,60 @@
"php": ">=8.3",
"ext-ctype": "*",
"ext-iconv": "*",
"api-platform/core": "^3.0",
"doctrine/annotations": "^2.0",
"doctrine/doctrine-bundle": "^2.5",
"doctrine/doctrine-migrations-bundle": "^3.2",
"doctrine/orm": "^2.11",
"api-platform/core": "^4.0",
"doctrine/dbal": "^4.0",
"doctrine/doctrine-bundle": "^2.13",
"doctrine/doctrine-migrations-bundle": "^3.4",
"doctrine/orm": "^3.0",
"easycorp/easyadmin-bundle": "^4.0",
"itk-dev/openid-connect-bundle": "^3.0",
"itk-dev/vault-bundle": "^0.0.4",
"itk-dev/openid-connect-bundle": "^4.0",
"itk-dev/vault-bundle": "^0.1.0",
"nelmio/cors-bundle": "^2.2",
"ocramius/doctrine-batch-utils": "^2.3",
"ocramius/doctrine-batch-utils": "^2.8",
"phpdocumentor/reflection-docblock": "^5.3",
"phpstan/phpdoc-parser": "^1.2",
"symfony/amqp-messenger": "^6.4",
"symfony/asset": "^6.4",
"symfony/browser-kit": "^6.4",
"symfony/console": "^6.4",
"symfony/doctrine-messenger": "^6.4",
"symfony/dotenv": "^6.4",
"symfony/expression-language": "^6.4",
"phpstan/phpdoc-parser": "^2.0",
"symfony/amqp-messenger": "^7.2",
"symfony/asset": "^7.2",
"symfony/browser-kit": "^7.2",
"symfony/console": "^7.2",
"symfony/doctrine-messenger": "^7.2",
"symfony/dotenv": "^7.2",
"symfony/expression-language": "^7.2",
"symfony/flex": "^2",
"symfony/framework-bundle": "^6.4",
"symfony/http-client": "^6.4",
"symfony/messenger": "^6.4",
"symfony/framework-bundle": "^7.2",
"symfony/http-client": "^7.2",
"symfony/messenger": "^7.2",
"symfony/monolog-bundle": "^3.0",
"symfony/property-access": "^6.4",
"symfony/property-info": "^6.4",
"symfony/proxy-manager-bridge": "^6.4",
"symfony/runtime": "^6.4",
"symfony/security-bundle": "^6.4",
"symfony/serializer": "^6.4",
"symfony/twig-bundle": "^6.4",
"symfony/uid": "^6.4",
"symfony/validator": "^6.4",
"symfony/property-access": "^7.2",
"symfony/property-info": "^7.2",
"symfony/runtime": "^7.2",
"symfony/security-bundle": "^7.2",
"symfony/serializer": "^7.2",
"symfony/twig-bundle": "^7.2",
"symfony/uid": "^7.2",
"symfony/validator": "^7.2",
"symfony/webpack-encore-bundle": "^2.0",
"symfony/yaml": "^6.4",
"z4kn4fein/php-semver": "^2.0"
"symfony/yaml": "^7.2",
"z4kn4fein/php-semver": "^3.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.23",
"friendsofphp/php-cs-fixer": "^3.6",
"hautelook/alice-bundle": "^2.10",
"justinrainbow/json-schema": "^5.2",
"phpunit/phpunit": "^9.5",
"psalm/plugin-symfony": "^5.1",
"symfony/css-selector": "^6.4",
"symfony/debug-bundle": "^6.4",
"hautelook/alice-bundle": "^2.14",
"justinrainbow/json-schema": "^6.0",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "^2.1",
"phpstan/phpstan-doctrine": "^2.0",
"phpstan/phpstan-phpunit": "^2.0",
"phpstan/phpstan-symfony": "^2.0",
"phpunit/phpunit": "^11.3",
"rector/rector": "^2.0",
"symfony/css-selector": "^7.2",
"symfony/debug-bundle": "^7.2",
"symfony/maker-bundle": "^1.37",
"symfony/phpunit-bridge": "^6.4",
"symfony/stopwatch": "^6.4",
"symfony/var-dumper": "^6.4",
"symfony/web-profiler-bundle": "^6.4",
"vimeo/psalm": "^5.0",
"weirdan/doctrine-psalm-plugin": "^2.2"
"symfony/stopwatch": "^7.2",
"symfony/var-dumper": "^7.2",
"symfony/web-profiler-bundle": "^7.2"
},
"replace": {
"symfony/polyfill-ctype": "*",
Expand All @@ -85,6 +86,7 @@
"allow-plugins": {
"composer/package-versions-deprecated": true,
"ergebnis/composer-normalize": true,
"phpstan/extension-installer": true,
"symfony/flex": true,
"symfony/runtime": true
},
Expand All @@ -97,7 +99,7 @@
"extra": {
"symfony": {
"allow-contrib": false,
"require": "6.4.*"
"require": "7.2.*"
}
},
"scripts": {
Expand Down
Loading

0 comments on commit 8c46cd1

Please sign in to comment.