Skip to content

Commit

Permalink
Deprecated php 8.0 and older
Browse files Browse the repository at this point in the history
  • Loading branch information
helios-ag committed Dec 1, 2024
1 parent 776a5be commit b4b319a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Thanks for your contribution! If you are proposing a new feature that is complex,
please open an issue first so we can discuss about it.
please open an issue first so we can discuss it.
Note: all your contributions adhere implicitly to the MIT license
-->
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
continue-on-error: false
strategy:
matrix:
php-version: ['8.0', '8.1', '8.2']
php-version: ['8.1', '8.2', '8.3']
steps:
- name: 'Checkout code'
uses: actions/checkout@v3
Expand Down
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@
"exclude": ["/tests", "./github"]
},
"require": {
"php": "^7.4 || ^8.0",
"php": "^8.1",
"ext-json": "*",
"symfony/framework-bundle": "^4.4 || ^5.0 || ^5.2 || ^6.0 || ^7.0",
"symfony/twig-bundle": "^4.4 || ^5.0 || ^5.2 || ^6.0 || ^7.0",
"symfony/form": "^4.4 || ^5.0 || ^5.2 || ^6.0 || ^7.0",
"symfony/asset": "^4.4 || ^5.0 || ^5.2 || ^6.0 || ^7.0",
"symfony/framework-bundle": "^6.4 || ^7.0",
"symfony/twig-bundle": "^6.4 || ^7.0",
"symfony/form": "^6.4 || ^7.0",
"symfony/asset": "^6.4 || ^7.0",
"symfony/flex": "^2",
"studio-42/elfinder": "~2.1.62"
},
"require-dev" : {
"symfony/phpunit-bridge": "^7.0.1",
"matthiasnoback/symfony-config-test": "^4.0",
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
"symfony/finder": "^4.4 || ^5.0 || ^5.2 || ^6.0 || ^7.0",
"symfony/phpunit-bridge": "^6.4 || ^7.0.1",
"matthiasnoback/symfony-config-test": "^5.2",
"matthiasnoback/symfony-dependency-injection-test": "^6.0",
"symfony/finder": "^6.4 || ^7.0",
"php-coveralls/php-coveralls": "^2.0",
"friendsofphp/php-cs-fixer": "dev-master"
},
Expand Down Expand Up @@ -66,7 +66,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "12.0-dev"
"dev-master": "13.0-dev"
}
}
}

0 comments on commit b4b319a

Please sign in to comment.