We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ae4905 + c7a1e59 commit dc0f5cdCopy full SHA for dc0f5cd
.github/workflows/tests.yml
@@ -17,7 +17,7 @@ jobs:
17
fail-fast: true
18
matrix:
19
os: [ ubuntu-20.04 ]
20
- php: [ 7.3, 7.4, 8.0 ]
+ php: [ 7.4, 8.0, 8.1 ]
21
22
name: PHP${{ matrix.php }} - ${{ matrix.os }}
23
composer.json
@@ -16,13 +16,14 @@
16
}
],
"require": {
- "php": ">=7.3",
+ "php": ">=7.4",
"ext-json": "*",
"imdhemy/appstore-iap": "^1.0",
"imdhemy/google-play-billing": "^1.0",
"laravel/framework": ">=6.20"
24
},
25
"require-dev": {
26
+ "roave/security-advisories": "dev-latest",
27
"friendsofphp/php-cs-fixer": "^3.4",
28
"orchestra/testbench": "^6.24",
29
"psalm/plugin-laravel": "^1.5",
@@ -60,7 +61,7 @@
60
61
"sort-packages": true,
62
"allow-plugins": {},
63
"platform": {
- "php": "7.3"
64
+ "php": "7.4"
65
66
67
0 commit comments