Skip to content

Commit

Permalink
remove ext-json requirement which is always loaded in PHP8.1+
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Dec 19, 2024
1 parent ac15896 commit 2d0caea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
"require": {
"php": "^8.1",
"ext-filter": "*",
"ext-intl": "*",
"ext-json": "*"
"ext-intl": "*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.65.0",
Expand Down

0 comments on commit 2d0caea

Please sign in to comment.