Skip to content

Commit

Permalink
Allow Symfony 6
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Oct 10, 2023
1 parent cb30430 commit 882f30c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
pull_request: ~
release:
types: [created]
schedule:
-
cron: "0 1 * * 6" # Run at 1am every Saturday
workflow_dispatch: ~

jobs:
Expand Down
19 changes: 8 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"sylius-labs/doctrine-migrations-extra-bundle": "^0.1.3",
"sylius-labs/polyfill-symfony-framework-bundle": "^1.0",
"sylius/sylius": "~1.11.0 || ~1.12.0",
"symfony/form": "^5.4",
"symfony/framework-bundle": "^5.4",
"symfony/validator": "^5.4"
"symfony/form": "^5.4 || ^6.0",
"symfony/framework-bundle": "^5.4 || ^6.0",
"symfony/validator": "^5.4 || ^6.0"
},
"require-dev": {
"doctrine/data-fixtures": "^1.5",
Expand All @@ -43,12 +43,12 @@
"phpunit/phpunit": "^9.5",
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
"psalm/plugin-symfony": "^3.1",
"symfony/browser-kit": "^5.4",
"symfony/debug-bundle": "^5.4",
"symfony/dependency-injection": "^5.4",
"symfony/dotenv": "^5.4",
"symfony/browser-kit": "^5.4 || ^6.0",
"symfony/debug-bundle": "^5.4 || ^6.0",
"symfony/dependency-injection": "^5.4 || ^6.0",
"symfony/dotenv": "^5.4 || ^6.0",
"symfony/monolog-bundle": "^3.7",
"symfony/web-profiler-bundle": "^5.4",
"symfony/web-profiler-bundle": "^5.4 || ^6.0",
"vimeo/psalm": "^4.6.4"
},
"config": {
Expand All @@ -61,9 +61,6 @@
"extra": {
"branch-alias": {
"dev-main": "1.13-dev"
},
"symfony": {
"require": "^5.4"
}
},
"autoload": {
Expand Down

0 comments on commit 882f30c

Please sign in to comment.