Skip to content

Commit

Permalink
Dongrades composer back to v1.* (security); Bind externals
Browse files Browse the repository at this point in the history
  • Loading branch information
flobee committed Mar 2, 2022
1 parent 528c2a3 commit f7a8e46
Show file tree
Hide file tree
Showing 3 changed files with 222 additions and 260 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
],

"require-dev": {
"php": "7.2.* || 7.3.* || 7.4.*",
"php": "7.3.* || 7.4.*",
"tedivm/jshrink": "*",
"phpunit/phpunit": "^6",
"composer/composer": "^2",
"composer/composer": "^1",
"squizlabs/php_codesniffer": "^3.5",
"phpstan/phpstan": "^0.11.19",
"phpbench/phpbench": "^0.16.10"
Expand Down
Loading

0 comments on commit f7a8e46

Please sign in to comment.