Skip to content

Commit

Permalink
Remove automatic composer update.
Browse files Browse the repository at this point in the history
  • Loading branch information
pdclark committed May 11, 2021
1 parent d5778a0 commit 6fd5b5c
Show file tree
Hide file tree
Showing 747 changed files with 114,465 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release_plugin_on_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
- name: WordPress Plugin Deploy
uses: rtCamp/action-wordpress-org-plugin-deploy@master
env:
CUSTOM_COMMAND: composer install --no-dev --optimize-autoloader && composer update && rm 'vendor/symfony/polyfill-intl-idn/bootstrap80.php'
EXCLUDE_LIST: .github .gitignore .eslintignore phpunit.xml phpcs.xml tests README.md
SLUG: login-with-google
ASSETS_DIR: wp-assets
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"require": {
"google/apiclient": "2.8.3"
"google/apiclient": "^2.0"
},
"scripts": {
"post-update-cmd": "Google_Task_Composer::cleanup"
Expand Down
7 changes: 7 additions & 0 deletions vendor/autoload.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

// autoload.php @generated by Composer

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInitcb0be075636087d511d4b199a2564733::getLoader();
Loading

0 comments on commit 6fd5b5c

Please sign in to comment.