We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd077dc + 45c6a5d commit 8ea6f88Copy full SHA for 8ea6f88
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2
2
jobs:
3
build:
4
docker:
5
- - image: cimg/php:8.0
+ - image: cimg/php:8.1
6
steps:
7
- checkout
8
- restore_cache:
composer.json
@@ -34,16 +34,16 @@
34
"config": {
35
"sort-packages": true,
36
"platform": {
37
- "php": "8.0.2"
+ "php": "8.1.0"
38
}
39
},
40
"require": {
41
- "php": ">=8.0.2",
+ "php": ">=8.1.0",
42
"ext-json": "*",
43
"guzzlehttp/guzzle": "^7.4.5"
44
45
"require-dev": {
46
- "phpunit/phpunit": "^9.6.9",
+ "phpunit/phpunit": "^10.0.0",
47
"symfony/var-dumper": "^6.0.0"
48
49
0 commit comments