Skip to content

Commit

Permalink
Jabxjab archive dump command updates (#5165)
Browse files Browse the repository at this point in the history
* field-delete: Fix field being deleted from all bundles instead of only the requested bundle (#5158)

* Updates input default options and provides destination validation.

* Removes automatic composer install and adds user feedback.

* Resolves phpcs feedback.

* Adds composer install to test to allow Drupal installation.

* Resolves code sniff.

* Adds needed class.

* Runs composer update to resolve security warnings.

* Updates guzzle version.

Co-authored-by: Dieter Holvoet <dieter.holvoet@gmail.com>
Co-authored-by: Ryan Wagner <ryan.wagner@pantheon.io>
  • Loading branch information
3 people committed Jun 23, 2022
1 parent 841fa04 commit 2a0b7c9
Show file tree
Hide file tree
Showing 6 changed files with 205 additions and 173 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -41,7 +41,7 @@
"consolidation/site-alias": "^3.1.3",
"consolidation/site-process": "^4.1.3 || ^5",
"enlightn/security-checker": "^1",
"guzzlehttp/guzzle": "^6.3 || ^7.0",
"guzzlehttp/guzzle": "^6.5 || ^7.0",
"league/container": "^3.4 || ^4",
"psy/psysh": "~0.11",
"symfony/event-dispatcher": "^4.0 || ^5.0 || ^6.0",
Expand Down

0 comments on commit 2a0b7c9

Please sign in to comment.