Skip to content

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
- dropped support for php 8.1
- added support for php 8.3
- widend support to symfony 7
  • Loading branch information
wickedOne committed Nov 30, 2023
1 parent 5fd9b61 commit 39b8cc8
Show file tree
Hide file tree
Showing 4 changed files with 386 additions and 386 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/continuous-integration.yaml
Expand Up @@ -24,8 +24,8 @@ jobs:
- "highest"
- "locked"
php-version:
- "8.1"
- "8.2"
- "8.3"
operating-system:
- "ubuntu-latest"
steps:
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
dependencies:
- "locked"
php-version:
- "8.1"
- "8.2"
operating-system:
- "ubuntu-latest"

Expand Down Expand Up @@ -97,8 +97,8 @@ jobs:
dependencies:
- "locked"
php-version:
- "8.1"
- "8.2"
- "8.3"
operating-system:
- "ubuntu-latest"

Expand Down Expand Up @@ -132,8 +132,8 @@ jobs:
dependencies:
- "locked"
php-version:
- "8.1"
- "8.2"
- "8.3"
operating-system:
- "ubuntu-latest"

Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
dependencies:
- "locked"
php-version:
- "8.1"
- "8.2"
operating-system:
- "ubuntu-latest"

Expand Down
12 changes: 6 additions & 6 deletions composer.json
Expand Up @@ -32,13 +32,13 @@
"vimeo/psalm": "^5.16.0"
},
"require": {
"php": "~8.1.0 || ~8.2.0",
"symfony/config": "6.3.8",
"symfony/console": "6.3.8",
"symfony/framework-bundle": "6.3.8",
"symfony/http-client": "6.3.8",
"php": "~8.2.0 || ~8.3.0",
"symfony/config": "^6.4 || ^7.0",
"symfony/console": "^6.4 || ^7.0",
"symfony/framework-bundle": "^6.4 || ^7.0",
"symfony/http-client": "^6.4 || ^7.0",
"symfony/monolog-bundle": "^3.10.0",
"symfony/translation": "6.3.7"
"symfony/translation": "^6.4 || ^7.0"
},
"config": {
"sort-packages": true,
Expand Down

0 comments on commit 39b8cc8

Please sign in to comment.