Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
113 changes: 1 addition & 112 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,112 +1 @@
{
"name": "humbug/box",
"description": "Fast, zero config application bundler with PHARs.",
"license": "MIT",
"keywords": [
"phar"
],
"authors": [
{
"name": "Kevin Herrera",
"email": "kevin@herrera.io",
"homepage": "http://kevin.herrera.io"
},
{
"name": "Théo Fidry",
"email": "theo.fidry@gmail.com"
}
],
"require": {
"php": "^8.2",
"ext-iconv": "*",
"ext-mbstring": "*",
"ext-phar": "*",
"composer-plugin-api": "^2.2",
"amphp/parallel": "^2.0",
"composer/semver": "^3.3.2",
"composer/xdebug-handler": "^3.0.3",
"fidry/console": "^0.6.0",
"fidry/filesystem": "^1.2.1",
"humbug/php-scoper": "^0.18.6",
"justinrainbow/json-schema": "^5.2.12",
"nikic/iter": "^2.2",
"nikic/php-parser": "^4.15.2",
"phpdocumentor/reflection-docblock": "^5.3",
"phpdocumentor/type-resolver": "^1.7",
"psr/log": "^3.0",
"sebastian/diff": "^5.0",
"seld/jsonlint": "^1.9",
"seld/phar-utils": "^1.2",
"symfony/finder": "^6.4.0 || ^7.0.0",
"symfony/polyfill-iconv": "^1.28",
"symfony/polyfill-mbstring": "^1.28",
"symfony/process": "^6.4.0 || ^7.0.0",
"symfony/var-dumper": "^6.4.0 || ^7.0.0",
"webmozart/assert": "^1.11"
},
"require-dev": {
"ext-xml": "*",
"bamarni/composer-bin-plugin": "^1.8.2",
"ergebnis/composer-normalize": "^2.29",
"fidry/makefile": "^1.0.1",
"mikey179/vfsstream": "^1.6.11",
"phpspec/prophecy": "^1.18",
"phpspec/prophecy-phpunit": "^2.1.0",
"phpunit/phpunit": "^10.5.2",
"symfony/yaml": "^6.4.0 || ^7.0.0"
},
"replace": {
"symfony/polyfill-php80": "*",
"symfony/polyfill-php81": "*",
"symfony/polyfill-php82": "*"
},
"suggest": {
"ext-openssl": "To accelerate private key generation."
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
"KevinGH\\Box\\": "src"
},
"files": [
"src/functions.php"
],
"exclude-from-classmap": [
"/Test/",
"vendor/humbug/php-scoper/vendor-hotfix"
]
},
"autoload-dev": {
"psr-4": {
"KevinGH\\Box\\": [
"fixtures",
"tests"
]
}
},
"bin": [
"bin/box"
],
"config": {
"allow-plugins": {
"bamarni/composer-bin-plugin": true,
"composer/package-versions-deprecated": false,
"ergebnis/composer-normalize": true
},
"platform": {
"php": "8.2"
},
"platform-check": false,
"sort-packages": true
},
"extra": {
"bamarni-bin": {
"bin-links": false,
"forward-command": false
},
"branch-alias": {
"dev-main": "4.x-dev"
}
}
}
{"name":"humbug\/box","description":"Fast, zero config application bundler with PHARs.","license":"MIT","keywords":["phar"],"authors":[{"name":"Kevin Herrera","email":"kevin@herrera.io","homepage":"http:\/\/kevin.herrera.io"},{"name":"Th\u00e9o Fidry","email":"theo.fidry@gmail.com"}],"require":{"php":"^8.2","ext-iconv":"*","ext-mbstring":"*","ext-phar":"*","composer-plugin-api":"^2.2","amphp\/parallel":"^2.0","composer\/semver":"^3.3.2","composer\/xdebug-handler":"^3.0.3","fidry\/console":"^0.6.0","fidry\/filesystem":"^1.2.1","humbug\/php-scoper":"^0.18.6","justinrainbow\/json-schema":"^5.2.12","nikic\/iter":"^2.2","nikic\/php-parser":"^4.15.2","phpdocumentor\/reflection-docblock":"^5.3","phpdocumentor\/type-resolver":"^1.7","psr\/log":"^3.0","sebastian\/diff":"^5.0","seld\/jsonlint":"^1.9","seld\/phar-utils":"^1.2","symfony\/finder":"^6.4.0 || ^7.0.0","symfony\/polyfill-iconv":"^1.28","symfony\/polyfill-mbstring":"^1.28","symfony\/process":"^6.4.0 || ^7.0.0","symfony\/var-dumper":"^6.4.0 || ^7.0.0","webmozart\/assert":"^1.11"},"require-dev":{"ext-xml":"*","bamarni\/composer-bin-plugin":"^1.8.2","ergebnis\/composer-normalize":"^2.29","fidry\/makefile":"^1.0.1","mikey179\/vfsstream":"^1.6.11","phpspec\/prophecy":"^1.18","phpspec\/prophecy-phpunit":"^2.1.0","phpunit\/phpunit":"^10.5.2","symfony\/yaml":"^6.4.0 || ^7.0.0"},"replace":{"symfony\/polyfill-php80":"*","symfony\/polyfill-php81":"*","symfony\/polyfill-php82":"*"},"suggest":{"ext-openssl":"To accelerate private key generation."},"minimum-stability":"dev","prefer-stable":true,"autoload":{"psr-4":{"_HumbugBox3e2d6f277a9b\\KevinGH\\Box\\":"src"},"files":["src\/functions.php"],"exclude-from-classmap":["\/Test\/","vendor\/humbug\/php-scoper\/vendor-hotfix"]},"autoload-dev":{"psr-4":{"_HumbugBox3e2d6f277a9b\\KevinGH\\Box\\":["fixtures","tests"]}},"bin":["bin\/box"],"config":{"allow-plugins":{"bamarni\/composer-bin-plugin":true,"composer\/package-versions-deprecated":false,"ergebnis\/composer-normalize":true},"platform":{"php":"8.2"},"platform-check":false,"sort-packages":true},"extra":{"bamarni-bin":{"bin-links":false,"forward-command":false},"branch-alias":{"dev-main":"4.x-dev"}}}
Loading