Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit 18107b0

Browse files
committed
Rebuild latest changes
1 parent 9417cf2 commit 18107b0

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

.github/workflows/publish-phar.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
tools: humbug/box
3434
coverage: none
3535
- name: Install the dependencies
36-
run: COMPOSER=composer-dev.json composer install --prefer-dist --no-progress
36+
run: COMPOSER=composer-dev.json composer install --no-dev --prefer-dist --no-progress
3737
- name: Create the PHAR file.
3838
run: box compile --no-parallel
3939
- name: Upload the PHAR artifact

builds/shift-cli

-12.7 MB
Binary file not shown.

scoper.inc.php

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ function (string $filePath, string $prefix, string $content): string {
2323
},
2424
],
2525
'exclude-files' => [
26-
'vendor/illuminate/support/helpers.php',
2726
'vendor/symfony/polyfill-php80/bootstrap.php',
2827
],
2928
'exclude-namespaces' => [

0 commit comments

Comments
 (0)