diff --git a/.github/autolabeler.yml b/.github/autolabeler.yml deleted file mode 100644 index 86c9218..0000000 --- a/.github/autolabeler.yml +++ /dev/null @@ -1,2 +0,0 @@ -Maintenance: ['etc/', '.github/', '*.md'] -Docker: ['docker/', '.docker/', 'Dockerfile', 'docker-compose.*'] diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index e91abb6..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,34 +0,0 @@ -version: 2 -updates: -- package-ecosystem: composer - directory: "/" - schedule: - interval: daily - time: "10:00" - open-pull-requests-limit: 10 - ignore: - - dependency-name: stripe/stripe-php - versions: - - 7.69.0 - - 7.70.0 - - 7.72.0 - - 7.73.0 - - 7.74.0 - - 7.75.0 - - 7.76.0 - - dependency-name: sylius-labs/coding-standard - versions: - - 4.0.1 - - dependency-name: sylius/sylius - versions: - - 1.9.0 - - dependency-name: phpstan/phpstan - versions: - - 0.12.70 - - 0.12.71 - - 0.12.73 - - dependency-name: phpstan/phpstan-webmozart-assert - versions: - - 0.12.10 - - 0.12.11 - - 0.12.9 diff --git a/composer.lock b/composer.lock index 7fa9e5f..a0e9842 100644 --- a/composer.lock +++ b/composer.lock @@ -1178,16 +1178,16 @@ }, { "name": "doctrine/doctrine-migrations-bundle", - "version": "3.3.0", + "version": "3.3.1", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git", - "reference": "1dd42906a5fb9c5960723e2ebb45c68006493835" + "reference": "715b62c31a5894afcb2b2cdbbc6607d7dd0580c0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/1dd42906a5fb9c5960723e2ebb45c68006493835", - "reference": "1dd42906a5fb9c5960723e2ebb45c68006493835", + "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/715b62c31a5894afcb2b2cdbbc6607d7dd0580c0", + "reference": "715b62c31a5894afcb2b2cdbbc6607d7dd0580c0", "shasum": "" }, "require": { @@ -1198,6 +1198,7 @@ "symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0" }, "require-dev": { + "composer/semver": "^3.0", "doctrine/coding-standard": "^12", "doctrine/orm": "^2.6 || ^3", "doctrine/persistence": "^2.0 || ^3 ", @@ -1249,7 +1250,7 @@ ], "support": { "issues": "https://github.com/doctrine/DoctrineMigrationsBundle/issues", - "source": "https://github.com/doctrine/DoctrineMigrationsBundle/tree/3.3.0" + "source": "https://github.com/doctrine/DoctrineMigrationsBundle/tree/3.3.1" }, "funding": [ { @@ -1265,7 +1266,7 @@ "type": "tidelift" } ], - "time": "2023-11-13T19:44:41+00:00" + "time": "2024-05-14T20:32:18+00:00" }, { "name": "doctrine/event-manager", @@ -15636,16 +15637,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.11.0", + "version": "1.11.1", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "666cb1703742cea9cc80fee631f0940e1592fa6e" + "reference": "e524358f930e41a2b4cca1320e3b04fc26b39e0b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/666cb1703742cea9cc80fee631f0940e1592fa6e", - "reference": "666cb1703742cea9cc80fee631f0940e1592fa6e", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e524358f930e41a2b4cca1320e3b04fc26b39e0b", + "reference": "e524358f930e41a2b4cca1320e3b04fc26b39e0b", "shasum": "" }, "require": { @@ -15690,7 +15691,7 @@ "type": "github" } ], - "time": "2024-05-13T06:02:22+00:00" + "time": "2024-05-15T08:00:59+00:00" }, { "name": "phpstan/phpstan-doctrine",