Skip to content

Commit

Permalink
feat: Add a info:requirements command
Browse files Browse the repository at this point in the history
Related to box-project#1237.
  • Loading branch information
theofidry committed Dec 15, 2023
1 parent 98bc2b1 commit b7e3fb9
Show file tree
Hide file tree
Showing 6 changed files with 1,061 additions and 2 deletions.
25 changes: 25 additions & 0 deletions fixtures/requirement-checker/complete/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"require": {
"php": "*",
"ext-aerospike": "*",
"ext-http": "*",
"ext-zend-opcache": "*",
"paragonie/sodium_compat": "^1.20",
"phpseclib/mcrypt_compat": "^2.0",
"laminas/laminas-code": "^4.13",
"symfony/polyfill-mbstring": "^1.28",
"symfony/polyfill-php72": "^1.28"
},
"conflict": {
"ext-apache": "*",
"ext-bcmath": "*",
"symfony/polyfill-php83": "*"
},
"provide": {
"ext-crypto": "*",
"ext-calendar": "*"
},
"require-dev": {
"symfony/polyfill-iconv": "^1.28"
}
}
Loading

0 comments on commit b7e3fb9

Please sign in to comment.