Skip to content

Commit

Permalink
Release 3.0.3 (#2322)
Browse files Browse the repository at this point in the history
* chore: bump deps

* chore: remove useless polyfills
  • Loading branch information
dunglas committed Nov 15, 2022
1 parent 0c0a795 commit 324cf79
Show file tree
Hide file tree
Showing 5 changed files with 879 additions and 1,253 deletions.
5 changes: 4 additions & 1 deletion api/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"ext-ctype": "*",
"ext-iconv": "*",
"api-platform/core": "^3.0",
"composer/package-versions-deprecated": "1.11.99.5",
"doctrine/annotations": "^1.13",
"doctrine/doctrine-bundle": "^2.7",
"doctrine/doctrine-migrations-bundle": "^3.2",
Expand Down Expand Up @@ -68,6 +67,10 @@
"paragonie/random_compat": "2.*",
"symfony/polyfill-ctype": "*",
"symfony/polyfill-iconv": "*",
"symfony/polyfill-intl-grapheme": "*",
"symfony/polyfill-intl-normalizer": "*",
"symfony/polyfill-mbstring": "*",
"symfony/polyfill-php81": "*",
"symfony/polyfill-php80": "*",
"symfony/polyfill-php74": "*",
"symfony/polyfill-php73": "*",
Expand Down
Loading

0 comments on commit 324cf79

Please sign in to comment.