-
Notifications
You must be signed in to change notification settings - Fork 172
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 #750 from michaelcullum/composer-updates
Composer updates & PHP 7 Compat
- Loading branch information
Showing
3,858 changed files
with
2,752 additions
and
545,368 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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 |
---|---|---|
|
@@ -4,4 +4,5 @@ web/js/site.js | |
vendor/.git | ||
node_modules/ | ||
.DS_Store | ||
web/inc | ||
web/inc | ||
vendor/ |
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,15 +1,16 @@ | ||
#!/bin/bash | ||
set -e | ||
|
||
parallel-lint --exclude vendor . | ||
vendor/bin/parallel-lint --exclude vendor . | ||
|
||
phpcs \ | ||
vendor/bin/phpcs \ | ||
--standard=psr2 \ | ||
--ignore=vendor \ | ||
--extensions=php \ | ||
--runtime-set ignore_warnings_on_exit true \ | ||
-p \ | ||
. | ||
|
||
cd tests | ||
phpunit | ||
php vendor/bin/security-checker security:check composer.lock | ||
|
||
vendor/bin/phpunit -c tests/phpunit.xml |
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.