Skip to content

Commit

Permalink
Fix phar generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrolGenhald committed Feb 3, 2022
1 parent 46181b7 commit 5bc48b2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 15 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ vendor/
phpunit.xml
clover.xml
coveralls-upload.json

php-extension-stub-generator.phar
14 changes: 1 addition & 13 deletions box.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,6 @@
"compactors": [
"Herrera\\Box\\Compactor\\Php"
],
"extract": false,
"main": "bin/php-extension-stub-generator",
"files" : [
"vendor/autoload.php"
],
"finder": [
{
"name": ["*.php"],
"exclude": ["test", "tests"],
"in": ["src", "vendor/composer", "vendor/docopt", "vendor/zendframework"]
}
],
"stub": true,
"web": false
"stub": true
}
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@
"keywords": ["extension", "stub", "ReflectionExtension"],
"require": {
"laminas/laminas-code": "^4",
"symfony/console": "^6.0"
"symfony/console": "^4.0|^5.0|^6.0"
},
"require-dev": {
"ext-phar": "*",
"phpunit/phpunit": "^9.0",
"vimeo/psalm": "4.20"
"vimeo/psalm": "4.20",
"humbug/box": "^3.14"
},
"bin" : [
"php-extension-stub-generator"
Expand Down
Binary file removed php-extension-stub-generator.phar
Binary file not shown.

0 comments on commit 5bc48b2

Please sign in to comment.