Skip to content

Commit

Permalink
Require ext-json, ext-dom
Browse files Browse the repository at this point in the history
  • Loading branch information
apeschar committed Dec 9, 2018
1 parent 278dd99 commit 7111be1
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions composer.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@
"name": "kiboit/phast", "name": "kiboit/phast",
"description": "A toolbox for optimizing web page performance", "description": "A toolbox for optimizing web page performance",
"type": "library", "type": "library",
"require-dev": {
"phpunit/phpunit": "5.7.*",
"facebook/webdriver": "^1.5"
},
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"require": { "require": {
"php": ">=5.6", "php": ">=5.6",
"mrclay/jsmin-php": "2.3.2", "mrclay/jsmin-php": "2.3.2",
"rmccue/requests": "^1.7" "rmccue/requests": "^1.7",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "5.7.*",
"facebook/webdriver": "^1.5",
"ext-dom": "*"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
Expand Down

0 comments on commit 7111be1

Please sign in to comment.