-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #189 from shopwareLabs/update-php-version
Allow usage of PHP 8
- Loading branch information
Showing
29 changed files
with
1,479 additions
and
1,578 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,4 @@ set -o pipefail | |
./bin/download_box.sh | ||
|
||
# Build PHAR | ||
./box.phar build -vv | ||
./box.phar compile -vv |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
|
||
echo "Cleanup Vendors" | ||
find vendor/fzaninotto/faker/src/Faker/Provider/ -maxdepth 1 -mindepth 1 -type d -not -name en_US -exec rm -r {} \; | ||
find vendor/fakerphp/faker/src/Faker/Provider/ -maxdepth 1 -mindepth 1 -type d -not -name en_US -exec rm -r {} \; |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/bash | ||
|
||
echo "Download Box" | ||
wget -O box.phar https://github.com/box-project/box/releases/download/3.13.0/box.phar | ||
wget -O box.phar https://github.com/box-project/box/releases/download/3.16.0/box.phar | ||
chmod 755 box.phar |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"chmod": "0755", | ||
"alias": "sw.phar", | ||
"compactors": [ | ||
"KevinGH\\Box\\Compactor\\Json", | ||
|
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
Oops, something went wrong.