Skip to content

Commit

Permalink
Merge pull request #129 from jonasdekeukelaere/core-bundle
Browse files Browse the repository at this point in the history
Core bundle
  • Loading branch information
jonasdekeukelaere authored Sep 13, 2024
2 parents dd2b517 + 0325178 commit 19f6e22
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"symfony/flex": "^2"
},
"flex-require": {
"beberlei/doctrineextensions": "^1.3",
"doctrine/doctrine-migrations-bundle": "^3.2",
"beberlei/doctrineextensions": "^1.5",
"doctrine/doctrine-migrations-bundle": "^3.3",
"sentry/sentry-symfony": "^5.0",
"sumocoders/framework-core-bundle": "^8.0",
"sumocoders/framework-core-bundle": "^9.0",
"symfony/apache-pack": "^1.0.1",
"symfony/debug-bundle": "^7.1",
"symfony/dotenv": "^7.1",
Expand All @@ -28,17 +28,17 @@
"symfony/security-bundle": "^7.1",
"symfony/validator": "^7.1",
"symfony/web-profiler-bundle": "^7.1",
"symfony/webpack-encore-bundle": "^2.1.1",
"symfony/webpack-encore-bundle": "^2.1",
"symfony/yaml": "^7.1"
},
"require-dev": {
},
"flex-require-dev": {
"doctrine/doctrine-fixtures-bundle": "^3.4",
"doctrine/doctrine-fixtures-bundle": "^3.6",
"micheh/phpcs-gitlab": "^1.1",
"phpstan/phpstan-symfony": "^1.0",
"phpstan/phpstan-doctrine": "^1.0",
"squizlabs/php_codesniffer": "^3.4",
"phpstan/phpstan-symfony": "^1.4",
"phpstan/phpstan-doctrine": "^1.5",
"squizlabs/php_codesniffer": "^3.10",
"symfony/debug-pack": "*",
"symfony/maker-bundle": "*",
"symfony/phpunit-bridge": "^7.1",
Expand Down

0 comments on commit 19f6e22

Please sign in to comment.