Skip to content

Commit f0dc58e

Browse files
committed
Drop PHP 7 support
1 parent 4aadccc commit f0dc58e

12 files changed

+734
-468
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ jobs:
124124
with:
125125
php-version: ${{ matrix.php }}
126126
coverage: xdebug, pcov
127+
extensions: intl, sodium
127128
- name: Cache composer packages
128129
uses: actions/cache@v1
129130
with:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ else
2121
-v "`pwd`:`pwd`" \
2222
-v "${COMPOSER_CACHE_DIR}:/home/app/.composer/cache" \
2323
-w "`pwd`" \
24-
"ghcr.io/wyrihaximusnet/php:${PHP_VERSION}-nts-alpine3.12${SLIM_DOCKER_IMAGE}-dev"
24+
"ghcr.io/wyrihaximusnet/php:${PHP_VERSION}-nts-alpine${SLIM_DOCKER_IMAGE}-dev"
2525
endif
2626

2727
ifneq (,$(findstring icrosoft,$(shell cat /proc/version)))

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
}
1414
],
1515
"require": {
16-
"php": "^7.4 || ^8",
17-
"ext-hash": "^7.4 || ^8",
16+
"php": "^8",
17+
"ext-hash": "^8",
1818
"psr/http-message": "^1.0.1",
19-
"thecodingmachine/safe": "^1.3"
19+
"thecodingmachine/safe": "^1.3.3"
2020
},
2121
"require-dev": {
22-
"guzzlehttp/psr7": "^1.8.2 || ^2.0.0",
23-
"wyrihaximus/async-test-utilities": "^3.4.24 || ^4.1.0"
22+
"guzzlehttp/psr7": "^2.0.0",
23+
"wyrihaximus/async-test-utilities": "^4.1.0"
2424
},
2525
"autoload": {
2626
"psr-4": {
@@ -41,7 +41,7 @@
4141
"infection/extension-installer": true
4242
},
4343
"platform": {
44-
"php": "7.4.7"
44+
"php": "8.0.12"
4545
},
4646
"sort-packages": true
4747
},

0 commit comments

Comments
 (0)