-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split dependencies in dedicated folder using 'bamarni/composer-bin-pl…
…ugin'.
- Loading branch information
1 parent
b562b2c
commit 9d27ce1
Showing
31 changed files
with
9,369 additions
and
3,286 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
* text=auto eol=lf | ||
*.{png,jpg,jpeg,gif,webp,woff,woff2} binary | ||
/vendor-bin/**/composer.lock binary |
This file was deleted.
Oops, something went wrong.
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
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
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 |
---|---|---|
@@ -1,24 +1,24 @@ | ||
@ECHO OFF | ||
SET STA__TIME=%TIME: =0% | ||
ECHO ----- START BATCH %STA__TIME% ------------------------------------ && ^ | ||
ECHO ----- SYMFONY ---------------------------------------------------- && ^ | ||
php bin/console lint:yaml translations config && ^ | ||
php bin/console lint:twig templates && ^ | ||
php bin/console lint:xliff translations && ^ | ||
php bin/console lint:container && ^ | ||
php bin/console doctrine:schema:validate --skip-sync --no-interaction && ^ | ||
composer validate --strict && ^ | ||
ECHO ----- PHP-CS-FIXER ----------------------------------------------- && ^ | ||
.\vendor\bin\php-cs-fixer.bat fix --diff --dry-run && ^ | ||
ECHO ----- PHP-PSALM -------------------------------------------------- && ^ | ||
.\vendor\bin\psalm.bat --config=psalm.xml && ^ | ||
ECHO ----- PHP-STAN --------------------------------------------------- && ^ | ||
.\vendor\bin\phpstan.bat analyse --memory-limit=2G && ^ | ||
ECHO ----- PHP-RECTOR ------------------------------------------------- && ^ | ||
.\vendor\bin\rector.bat process --dry-run --config=rector.php && ^ | ||
ECHO ----- PHP-TWIG-CS-FIXER ------------------------------------------ && ^ | ||
.\vendor\bin\twig-cs-fixer.bat lint --config=.twig-cs-fixer.php && ^ | ||
ECHO ----- PHP-UNIT --------------------------------------------------- && ^ | ||
.\vendor\bin\phpunit.bat | ||
ECHO ----- START BATCH %STA__TIME% ----------------------------------------------------- && ^ | ||
ECHO ----- SYMFONY --------------------------------------------------------------------- && ^ | ||
php bin/console lint:yaml translations config && ^ | ||
php bin/console lint:twig templates && ^ | ||
php bin/console lint:xliff translations && ^ | ||
php bin/console lint:container && ^ | ||
php bin/console doctrine:schema:validate --skip-sync --no-interaction && ^ | ||
composer validate --strict && ^ | ||
ECHO ----- PHP-CS-FIXER ---------------------------------------------------------------- && ^ | ||
.\vendor-bin\php-cs-fixer\vendor\bin\php-cs-fixer.bat fix --diff --dry-run && ^ | ||
ECHO ----- PHP-PSALM ------------------------------------------------------------------- && ^ | ||
.\vendor-bin\psalm\vendor\bin\psalm.bat --config=psalm.xml && ^ | ||
ECHO ----- PHP-STAN -------------------------------------------------------------------- && ^ | ||
.\vendor-bin\phpstan\vendor\bin\phpstan.bat analyse --memory-limit=2G && ^ | ||
ECHO ----- PHP-RECTOR ------------------------------------------------------------------ && ^ | ||
.\vendor-bin\rector\vendor\bin\rector.bat --dry-run --config=rector.php && ^ | ||
ECHO ----- PHP-TWIG-CS-FIXER ----------------------------------------------------------- && ^ | ||
.\vendor-bin\twig-cs-fixer\vendor\bin\twig-cs-fixer.bat lint --config=.twig-cs-fixer.php && ^ | ||
ECHO ----- PHP-UNIT -------------------------------------------------------------------- && ^ | ||
.\vendor-bin\phpunit\vendor\bin\phpunit.bat | ||
SET STA__TIME=%TIME: =0% | ||
ECHO ----- END BATCH %STA__TIME% -------------------------------------- | ||
ECHO ----- END BATCH %STA__TIME% ------------------------------------------------------- |
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.