Skip to content

Commit

Permalink
Merge pull request #359 from jacobbednarz/remove-vendor-dir
Browse files Browse the repository at this point in the history
remove vendor directory
  • Loading branch information
jacobbednarz committed Feb 10, 2021
2 parents 6cd6887 + 18d8d46 commit 6000e7a
Show file tree
Hide file tree
Showing 1,811 changed files with 6 additions and 223,672 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,11 @@ jobs:
uses: php-actions/composer@v5
with:
command: run-script clean-crash-test
php_version: ${{ matrix.php-versions }}
version: 1
php_version: 7.4

- name: PHP syntax check
run: for f in $(find . -name '*.php'); do php -l $f; RETVAL=$?; if [ $RETVAL -ne 0 ]; then exit $RETVAL; fi; done

- name: Format
uses: php-actions/composer@v5
Expand All @@ -58,12 +61,7 @@ jobs:
php_version: ${{ matrix.php-versions }}
version: 1

- name: PHP syntax check
run: for f in $(find . -name '*.php'); do php -l $f; RETVAL=$?; if [ $RETVAL -ne 0 ]; then exit $RETVAL; fi; done

- name: Run test suite
# Skip testing on PHP 7.4, because php-mock required by PHP 5.6 breaks on 7.4+
if: matrix.php-versions < '7.4'
uses: php-actions/composer@v5
with:
command: run-script test
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,7 @@ jobs:
uses: php-actions/composer@v5
with:
command: install
version: 1
php_version: 7.4

- name: Remove intentional crash test in dependency
uses: php-actions/composer@v5
with:
command: run-script clean-crash-test
dev: no
version: 1
php_version: 7.4

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*.DS_Store
vendor/
7 changes: 0 additions & 7 deletions vendor/autoload.php

This file was deleted.

1 change: 0 additions & 1 deletion vendor/bin/phpcbf

This file was deleted.

1 change: 0 additions & 1 deletion vendor/bin/phpcs

This file was deleted.

1 change: 0 additions & 1 deletion vendor/bin/phpunit

This file was deleted.

2 changes: 0 additions & 2 deletions vendor/cloudflare/cf-ip-rewrite/.gitignore

This file was deleted.

34 changes: 0 additions & 34 deletions vendor/cloudflare/cf-ip-rewrite/composer.json

This file was deleted.

Loading

0 comments on commit 6000e7a

Please sign in to comment.