Skip to content

Commit 8ea6f88

Browse files
authored
Merge pull request #30 from Webador/php-8.1
Bump minimum PHP version to 8.1
2 parents fd077dc + 45c6a5d commit 8ea6f88

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: cimg/php:8.0
5+
- image: cimg/php:8.1
66
steps:
77
- checkout
88
- restore_cache:

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@
3434
"config": {
3535
"sort-packages": true,
3636
"platform": {
37-
"php": "8.0.2"
37+
"php": "8.1.0"
3838
}
3939
},
4040
"require": {
41-
"php": ">=8.0.2",
41+
"php": ">=8.1.0",
4242
"ext-json": "*",
4343
"guzzlehttp/guzzle": "^7.4.5"
4444
},
4545
"require-dev": {
46-
"phpunit/phpunit": "^9.6.9",
46+
"phpunit/phpunit": "^10.0.0",
4747
"symfony/var-dumper": "^6.0.0"
4848
}
4949
}

0 commit comments

Comments
 (0)