Skip to content

Commit ec32002

Browse files
committed
fix circleCi
1 parent c14cf5a commit ec32002

File tree

3 files changed

+10970
-2
lines changed

3 files changed

+10970
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2.1
33
executors:
44
php-executor:
55
docker:
6-
- image: circleci/php:<<parameters.php-version>>-node
6+
- image: cimg/php:<<parameters.php-version>>-node
77
- image: redis:alpine
88
parameters:
99
php-version:

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
],
2121
"require": {
2222
"php": "^8.0",
23-
"ext-redis": "*",
2423
"illuminate/support": "^9.0|^10.0|^11.0",
2524
"laravel/framework": "^9.0|^10.0|^11.0",
2625
"predis/predis": "^2.0"

0 commit comments

Comments
 (0)