Skip to content

Commit dc0f5cd

Browse files
authored
Merge pull request #130 from imdhemy/fix/fix-guzzle-cves
2 parents 7ae4905 + c7a1e59 commit dc0f5cd

File tree

3 files changed

+1148
-432
lines changed

3 files changed

+1148
-432
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: true
1818
matrix:
1919
os: [ ubuntu-20.04 ]
20-
php: [ 7.3, 7.4, 8.0 ]
20+
php: [ 7.4, 8.0, 8.1 ]
2121

2222
name: PHP${{ matrix.php }} - ${{ matrix.os }}
2323

composer.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=7.3",
19+
"php": ">=7.4",
2020
"ext-json": "*",
2121
"imdhemy/appstore-iap": "^1.0",
2222
"imdhemy/google-play-billing": "^1.0",
2323
"laravel/framework": ">=6.20"
2424
},
2525
"require-dev": {
26+
"roave/security-advisories": "dev-latest",
2627
"friendsofphp/php-cs-fixer": "^3.4",
2728
"orchestra/testbench": "^6.24",
2829
"psalm/plugin-laravel": "^1.5",
@@ -60,7 +61,7 @@
6061
"sort-packages": true,
6162
"allow-plugins": {},
6263
"platform": {
63-
"php": "7.3"
64+
"php": "7.4"
6465
}
6566
}
6667
}

0 commit comments

Comments
 (0)