Skip to content

Commit

Permalink
feat: dropped support for PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jibon57 committed Nov 26, 2024
1 parent 4498a14 commit d09739c
Show file tree
Hide file tree
Showing 3 changed files with 819 additions and 474 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
php-version: 8.3
- name: Build project
if: ${{ steps.release.outputs.release_created }}
env:
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"phpcbf": "phpcbf --standard=PSR12 src"
},
"require": {
"php": "^7.4|^8.0",
"php": "^8.0",
"ext-curl": "*",
"ext-json": "*",
"ramsey/uuid": "4.2",
"firebase/php-jwt": "^6.0"
"ramsey/uuid": "4.7.6",
"firebase/php-jwt": "6.10.2"
},
"require-dev": {
"overtrue/phplint": "^3.0",
"squizlabs/php_codesniffer": "3.*"
"overtrue/phplint": "9.5.4",
"squizlabs/php_codesniffer": "3.7.2"
}
}
Loading

0 comments on commit d09739c

Please sign in to comment.