Skip to content

Commit

Permalink
Removes support for older PHP versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
iisisrael committed Oct 26, 2022
1 parent 8f7717e commit 5fc8ee4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: 'ubuntu-latest'
strategy:
matrix:
php: [ '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0' ]
php: [ '7.3', '7.4', '8.0' ]
steps:
- uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],

"require": {
"php": "^5.5.9 || ^7.0.8 || ^7.1.3 || ^7.2.5 || ^8.0.0",
"php": "^7.3 || ^8.0",
"symfony/http-foundation": "~3.0|~4.0|~5.0|~6.0"
},
"require-dev": {
Expand Down

0 comments on commit 5fc8ee4

Please sign in to comment.