Skip to content

Commit

Permalink
Merge pull request #6447 from ampproject/update/2.1-composer-deps
Browse files Browse the repository at this point in the history
[2.1] Update Composer dependencies
  • Loading branch information
westonruter authored Jul 19, 2021
2 parents c51d8ae + 9086d3f commit fcd24b3
Show file tree
Hide file tree
Showing 2 changed files with 203 additions and 168 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ext-libxml": "*",
"ext-spl": "*",
"ampproject/amp-toolbox": "0.6.0",
"cweagans/composer-patches": "1.7.0",
"cweagans/composer-patches": "~1.0",
"fasterimage/fasterimage": "1.5.0",
"sabberworm/php-css-parser": "dev-master#bfdd976"
},
Expand All @@ -30,7 +30,7 @@
"phpcompatibility/phpcompatibility-wp": "2.1.1",
"phpdocumentor/reflection": "~3.0",
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5",
"roave/security-advisories": "dev-master",
"roave/security-advisories": "dev-latest",
"sirbrillig/phpcs-variable-analysis": "2.11.0",
"wp-cli/export-command": "^2.0",
"wp-cli/extension-command": "^2.0",
Expand All @@ -44,7 +44,7 @@
},
"config": {
"platform": {
"php": "5.6"
"php": "5.6.20"
},
"sort-packages": true
},
Expand Down
Loading

0 comments on commit fcd24b3

Please sign in to comment.