Skip to content

Commit

Permalink
Include px-toolbox package
Browse files Browse the repository at this point in the history
  • Loading branch information
ediamin authored and schlessera committed Dec 19, 2021
1 parent c2b9b38 commit 09c9f09
Show file tree
Hide file tree
Showing 2 changed files with 479 additions and 216 deletions.
11 changes: 11 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"ext-libxml": "*",
"ext-spl": "*",
"ampproject/amp-toolbox": "0.9.3",
"ampproject/px-toolbox": "dev-main",
"cweagans/composer-patches": "~1.0",
"fasterimage/fasterimage": "1.5.0",
"sabberworm/php-css-parser": "dev-master#bfdd976"
Expand Down Expand Up @@ -100,6 +101,16 @@
}
}
},
"repositories": [
{
"type": "path",
"url": "./php-css-parser-install-composer-plugin"
},
{
"type": "vcs",
"url": "https://github.com/ampproject/px-toolbox-php"
}
],
"scripts": {
"analyze": "if [ -z $TEST_SKIP_PHPSTAN ]; then phpstan --version; phpstan analyze --ansi; fi",
"pre-commit": [
Expand Down
Loading

0 comments on commit 09c9f09

Please sign in to comment.