generated from ergebnis/php-package-template
-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement: Synchronize with ergebnis/php-package-template
#628
Open
localheinz
wants to merge
1
commit into
main
Choose a base branch
from
feature/synchronize
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+652
−1,892
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
localheinz
force-pushed
the
feature/synchronize
branch
from
November 24, 2024 10:57
6387b02
to
8b38d2d
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #628 +/- ##
=========================================
Coverage 56.10% 56.10%
Complexity 116 116
=========================================
Files 28 28
Lines 672 672
=========================================
Hits 377 377
Misses 295 295 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
localheinz
force-pushed
the
feature/synchronize
branch
9 times, most recently
from
November 24, 2024 21:45
834b06e
to
299002e
Compare
localheinz
commented
Nov 24, 2024
@@ -22,7 +22,7 @@ help: ## Displays this list of targets with descriptions | |||
.PHONY: phar | |||
phar: phive ## Builds a phar with humbug/box | |||
.phive/box validate box.json | |||
composer remove ergebnis/php-cs-fixer-config psalm/plugin-phpunit vimeo/psalm --dev --no-interaction --quiet | |||
composer remove phpstan/extension-installer --dev --no-interaction |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Building the PHAR otherwise fails with
.phive/box compile --config=box.json
____
/ __ )____ _ __
/ __ / __ \| |/_/
/ /_/ / /_/ /> <
/_____/\____/_/|_|
Box version 3.16.0@adb282a 2022-02-13 23:54:13 UTC
// Loading the configuration file "box.json".
🔨 Building the PHAR "/Users/am/Sites/ergebnis/phpunit-slow-test-detector/.build/phar/phpunit-slow-test-detector.phar"
? Removing the existing PHAR "/Users/am/Sites/ergebnis/phpunit-slow-test-detector/.build/phar/phpunit-slow-test-detector.phar"
? Setting replacement values
+ @git@: 2.16.1@299002e
? Registering compactors
+ KevinGH\Box\Compactor\Json
+ KevinGH\Box\Compactor\Php
? Adding main file: /Users/am/Sites/ergebnis/phpunit-slow-test-detector/phar/phpunit-slow-test-detector.php
? Adding requirements checker
? Adding binary files
> No file found
? Auto-discover files? No
? Exclude dev files? Yes
? Adding files
> 40 file(s)
? Generating new stub
- Using shebang line: #!/usr/bin/env php
- Using banner:
> Generated by Humbug Box 3.16.0@adb282a.
>
> @link https://github.com/humbug/box
? Dumping the Composer autoloader
In ComposerOrchestrator.php line 172:
Could not dump the autoloader.
In ComposerOrchestrator.php line 175:
The command "'/opt/homebrew/bin/composer' 'dump-autoload' '--classmap-authoritative' '--no-dev' '--ansi'" failed.
Exit Code: 1(General error)
Working directory: /private/var/folders/yp/vkqzz3md5q14m_3lrpypf63m0000gn/T/box/Box22081
Output:
================
Error Output:
================
Composer could not detect the root package (ergebnis/phpunit-slow-test-detector) version, defaulting to '1.0.0'. See https://getcomposer.org/root-version
Composer could not detect the root package (ergebnis/phpunit-slow-test-detector) version, defaulting to '1.0.0'. See https://getcomposer.org/root-version
In AutoloadGenerator.php line 1418:
require(/private/var/folders/yp/vkqzz3md5q14m_3lrpypf63m0000gn/T/box/Box22081/vendor/phpstan/phpstan/bootstrap.php): failed to open stream: No such file or directory
dump-autoload [-o|--optimize] [-a|--classmap-authoritative] [--apcu] [--apcu-prefix APCU-PREFIX] [--dry-run] [--dev] [--no-dev] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--strict-psr] [--strict-ambiguous]
compile [-c|--config CONFIG] [--debug] [--no-parallel] [--no-restart] [--dev] [--no-config] [--with-docker] [-d|--working-dir WORKING-DIR]
make: *** [phar] Error 1
localheinz
force-pushed
the
feature/synchronize
branch
2 times, most recently
from
November 24, 2024 21:49
c026813
to
37dc68a
Compare
localheinz
force-pushed
the
feature/synchronize
branch
from
November 24, 2024 21:52
37dc68a
to
2f91fc5
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request
ergebnis/php-package-template