Skip to content

Commit

Permalink
Try Symfony 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed May 28, 2024
1 parent 8f5b79a commit a5014d1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ jobs:
- php-version: "8.1"
symfony-version: "6.4.*"
symfony-label: ": Symfony 6.4.*"
# - php-version: "8.2"
# symfony-version: "7.0.*"
# symfony-label: ": Symfony 7.0.*"
- php-version: "8.2"
symfony-version: "7.0.*"
symfony-label: ": Symfony 7.0.*"

steps:
- name: "Checkout"
Expand Down
24 changes: 12 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"ext-zip": "*",
"doctrine/orm": "^2.5.13|^3.0",
"psr/log": "^1.0|^2.0|^3.0",
"symfony/asset": "^4.4|^5.0|^6.0",
"symfony/console": "^4.4|^5.0|^6.0",
"symfony/form": "^4.4|^5.0|^6.0",
"symfony/framework-bundle": "^4.4|^5.2|^6.0",
"symfony/translation": "^4.4|^5.0|^6.0",
"symfony/validator": "^4.4|^5.0|^6.0",
"symfony/asset": "^4.4|^5.0|^6.0|^7.0",
"symfony/console": "^4.4|^5.0|^6.0|^7.0",
"symfony/form": "^4.4|^5.0|^6.0|^7.0",
"symfony/framework-bundle": "^4.4|^5.0|^6.0|^7.0",
"symfony/translation": "^4.4|^5.0|^6.0|^7.0",
"symfony/validator": "^4.4|^5.0|^6.0|^7.0",
"twig/twig": "^2.10|^3.0",
"webeweb/core-library": "^9.5.6",
"webeweb/jquery-datatables-bundle": "dev-datatables-bundle"
Expand All @@ -45,13 +45,13 @@
"phpstan/phpstan": "^1.4",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^7.0|^9.0",
"symfony/asset": "^4.4|^5.0|^6.0",
"symfony/browser-kit": "^4.4|^5.0|^6.0",
"symfony/css-selector": "^4.4|^5.0|^6.0",
"symfony/asset": "^4.4|^5.0|^6.0|^7.0",
"symfony/browser-kit": "^4.4|^5.0|^6.0|^7.0",
"symfony/css-selector": "^4.4|^5.0|^6.0|^7.0",
"symfony/monolog-bundle": "^3.0",
"symfony/security-bundle": "^4.4|^5.0|^6.0",
"symfony/security-csrf": "^4.4|^5.0|^6.0",
"symfony/twig-bundle": "^4.4|^5.0|^6.0"
"symfony/security-bundle": "^4.4|^5.0|^6.0|^7.0",
"symfony/security-csrf": "^4.4|^5.0|^6.0|^7.0",
"symfony/twig-bundle": "^4.4|^5.0|^6.0|^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a5014d1

Please sign in to comment.