Skip to content

Commit

Permalink
Merge pull request #176 from maikschneider/symfony-update
Browse files Browse the repository at this point in the history
feat: update symfony dependencies
  • Loading branch information
martin-helmich authored Feb 26, 2024
2 parents d8c0502 + f1fb9ff commit 204291e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@ jobs:
- php-version: "8.2"
symfony-version: "^5.4"
- php-version: "8.1"
symfony-version: "^6.2"
symfony-version: "^6.4"
- php-version: "8.2"
symfony-version: "^6.2"
- php-version: "8.1"
symfony-version: "^6.3"
symfony-version: "^6.4"
- php-version: "8.2"
symfony-version: "^6.3"
symfony-version: "^7.0"

runs-on: ubuntu-latest

Expand All @@ -36,10 +34,6 @@ jobs:
extensions: mbstring, intl, json
coverage: pcov

- name: Fake PHP version for 8.2 to allow installing Prophecy
if: matrix.php-version == '8.2'
run: composer config platform.php 8.1.99

- name: Validate composer.json
run: composer validate --no-check-lock

Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"prefer-stable": true,
"require": {
"php": "^8.1",
"symfony/console": "^5.4 || ^6.2",
"symfony/dependency-injection": "^5.4 || ^6.2",
"symfony/config": "^5.4 || ^6.2",
"symfony/yaml": "^5.4 || ^6.2",
"symfony/finder": "^5.4 || ^6.2",
"symfony/filesystem": "^5.4 || ^6.2",
"symfony/event-dispatcher": "^5.4 || ^6.2",
"symfony/console": "^5.4 || ^6.4 || ^7.0",
"symfony/dependency-injection": "^5.4 || ^6.4 || ^7.0",
"symfony/config": "^5.4 || ^6.4 || ^7.0",
"symfony/yaml": "^5.4 || ^6.4 || ^7.0",
"symfony/finder": "^5.4 || ^6.4 || ^7.0",
"symfony/filesystem": "^5.4 || ^6.4 || ^7.0",
"symfony/event-dispatcher": "^5.4 || ^6.4 || ^7.0",
"helmich/typo3-typoscript-parser": "^2.3",
"ext-json": "*"
},
Expand Down

0 comments on commit 204291e

Please sign in to comment.