-
-
Notifications
You must be signed in to change notification settings - Fork 27
Comparing changes
Open a pull request
base repository: jakzal/toolbox
base: v1.96.0
head repository: jakzal/toolbox
compare: master
- 19 commits
- 8 files changed
- 1 contributor
Commits on Jun 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3ea9d36 - Browse repository at this point
Copy the full SHA 3ea9d36View commit details -
Merge pull request #532 from jakzal/phpcbf-key
Update the signature key for phpcbf
Configuration menu - View commit details
-
Copy full SHA for 82fd5b6 - Browse repository at this point
Copy the full SHA 82fd5b6View commit details
Commits on Jun 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 90eb3d3 - Browse repository at this point
Copy the full SHA 90eb3d3View commit details -
Merge pull request #534 from jakzal/php-cs-fixer-php-8.4
Enable php-cs-fixer on PHP 8.4
Configuration menu - View commit details
-
Copy full SHA for 61ca0e3 - Browse repository at this point
Copy the full SHA 61ca0e3View commit details
Commits on Aug 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5c72010 - Browse repository at this point
Copy the full SHA 5c72010View commit details -
The latest pest version assumes it is installed in the project and expects the tests directory to be present. It is impossible to run it as an external tool anymore. Example failure when trying to use pest installed with the composer-bin plugin: Pest\Exceptions\FatalException The test directory [/home/runner/work/toolbox/toolbox/build/tools/.composer/vendor-bin/pest/tests/] does not exist. at build/tools/.composer/vendor-bin/pest/vendor/pestphp/pest/src/Bootstrappers/BootFiles.php:45 41▕ $rootPath = TestSuite::getInstance()->rootPath; 42▕ $testsPath = $rootPath.DIRECTORY_SEPARATOR.testDirectory(); 43▕ 44▕ if (! is_dir($testsPath)) { ➜ 45▕ throw new FatalException(sprintf('The test directory [%s] does not exist.', $testsPath)); 46▕ } 47▕ 48▕ foreach (self::STRUCTURE as $filename) { 49▕ $filename = sprintf('%s%s%s', $testsPath, DIRECTORY_SEPARATOR, $filename);Configuration menu - View commit details
-
Copy full SHA for 079734b - Browse repository at this point
Copy the full SHA 079734bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 310f00f - Browse repository at this point
Copy the full SHA 310f00fView commit details
Commits on Sep 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9b16a1e - Browse repository at this point
Copy the full SHA 9b16a1eView commit details -
Merge pull request #538 from jakzal/lines-test
Change the test command for lines since the previous one is no longer…
Configuration menu - View commit details
-
Copy full SHA for 65c7477 - Browse repository at this point
Copy the full SHA 65c7477View commit details
Commits on Oct 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for aa6dd5c - Browse repository at this point
Copy the full SHA aa6dd5cView commit details -
Merge pull request #539 from jakzal/yaml-lint-key-update
Update the yaml-lint signature
Configuration menu - View commit details
-
Copy full SHA for 3ca6b74 - Browse repository at this point
Copy the full SHA 3ca6b74View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5da0c2 - Browse repository at this point
Copy the full SHA e5da0c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5107c0 - Browse repository at this point
Copy the full SHA b5107c0View commit details
Commits on Oct 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for efd7e88 - Browse repository at this point
Copy the full SHA efd7e88View commit details -
Merge pull request #540 from jakzal/enable-php-semver-checker
Re-enable php-semver-checker
Configuration menu - View commit details
-
Copy full SHA for abc037c - Browse repository at this point
Copy the full SHA abc037cView commit details
Commits on Oct 31, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e2517c6 - Browse repository at this point
Copy the full SHA e2517c6View commit details -
Merge pull request #541 from jakzal/phpspec-php-8.4
Enable PHPSpec on PHP 8.4
Configuration menu - View commit details
-
Copy full SHA for ef0c601 - Browse repository at this point
Copy the full SHA ef0c601View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7d6e93 - Browse repository at this point
Copy the full SHA b7d6e93View commit details
Commits on Nov 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5c72941 - Browse repository at this point
Copy the full SHA 5c72941View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.96.0...master