Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove composer deps #305

Merged
merged 2 commits into from
Apr 10, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
.idea/
*.phar
*.phar
vendor/
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ matrix:
before_script:
- bash bin/install-wp-tests.sh wordpress_test root '' 127.0.0.1 $WP_VERSION
- printf "\n" | pecl install imagick
- composer install

script:
- phpunit --coverage-clover clover.xml
Expand Down
10 changes: 0 additions & 10 deletions lib/aws-sdk/.travis.yml

This file was deleted.

30 changes: 0 additions & 30 deletions lib/aws-sdk/Aws/Acm/AcmClient.php

This file was deleted.

9 changes: 0 additions & 9 deletions lib/aws-sdk/Aws/Acm/Exception/AcmException.php

This file was deleted.

67 changes: 0 additions & 67 deletions lib/aws-sdk/Aws/Api/AbstractModel.php

This file was deleted.

244 changes: 0 additions & 244 deletions lib/aws-sdk/Aws/Api/ApiProvider.php

This file was deleted.

Loading