Skip to content

Commit

Permalink
fix(composer): remove ext-apcu from dependencies (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasalexandre9 authored Sep 16, 2024
1 parent 36c5b22 commit 7a2d5bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"require": {
"composer/class-map-generator": "^1.0",
"doctrine/orm": "^2.7.3",
"ext-apcu": "*",
"firebase/php-jwt": "^6.2",
"galbar/jsonpath": "^2.0",
"guzzlehttp/guzzle": "^6.0|^7.4",
Expand Down
3 changes: 1 addition & 2 deletions packages/Agent/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
"forestadmin/php-datasource-toolkit": "1.11.5",
"forestadmin/php-base-datasource": "1.11.5",
"monolog/monolog": "^2.5|^3.0",
"laravel/serializable-closure": "^1.3",
"ext-apcu": "*"
"laravel/serializable-closure": "^1.3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
Expand Down

0 comments on commit 7a2d5bc

Please sign in to comment.