Skip to content

Commit 67d5438

Browse files
Removal of EOL php. (#58)
1 parent 451afec commit 67d5438

File tree

5 files changed

+873
-931
lines changed

5 files changed

+873
-931
lines changed

.github/workflows/php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
php-version: ['7.4', '8.0', '8.1']
16+
php-version: ['8.1', '8.2', '8.3']
1717
test-command: ['test']
1818

1919
name: Test PHP ${{ matrix.php-version }}

composer.json

+12-5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
{
1212
"name": "Rasmus Bengtsson",
1313
"homepage": "https://github.com/rasmusbe"
14+
},
15+
{
16+
"name": "Johannes Tegnér",
17+
"homepage": "https://github.com/johannestegner"
1418
}
1519
],
1620
"keywords": [
@@ -30,16 +34,16 @@
3034
"issues": "https://github.com/personnummer/php/issues"
3135
},
3236
"require": {
33-
"php": ">=7.3"
37+
"php": ">=8.1"
3438
},
3539
"require-dev": {
3640
"ext-json": "*",
37-
"squizlabs/php_codesniffer": "^3.6",
41+
"squizlabs/php_codesniffer": "^3.8",
3842
"jchook/phpunit-assert-throws": "^1.0",
39-
"phpunit/phpunit": "^9.5",
43+
"phpunit/phpunit": "^10.5.5",
4044
"phpcompatibility/php-compatibility": "^9.3",
4145
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
42-
"roave/security-advisories": "dev-master"
46+
"roave/security-advisories": "dev-latest"
4347
},
4448
"autoload": {
4549
"psr-4": {
@@ -61,7 +65,10 @@
6165
},
6266
"config": {
6367
"platform": {
64-
"php": "7.3"
68+
"php": "8.1"
69+
},
70+
"allow-plugins": {
71+
"dealerdirect/phpcodesniffer-composer-installer": true
6572
}
6673
}
6774
}

0 commit comments

Comments
 (0)