Skip to content

Commit

Permalink
fix: update ctools module and include symfony changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lazysoundsystem committed Jul 7, 2022
1 parent 0b2e933 commit 622e1bb
Show file tree
Hide file tree
Showing 4 changed files with 324 additions and 192 deletions.
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,18 @@
/node_modules

buildlog.txt

###> squizlabs/php_codesniffer ###
/.phpcs-cache
/phpcs.xml
###< squizlabs/php_codesniffer ###

###> symfony/phpunit-bridge ###
.phpunit.result.cache
/phpunit.xml
###< symfony/phpunit-bridge ###

###> phpunit/phpunit ###
/phpunit.xml
.phpunit.result.cache
###< phpunit/phpunit ###
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"drupal/core-composer-scaffold": "^9.3.8",
"drupal/core-project-message": "^9.3.8",
"drupal/core-recommended": "^9.3.8",
"drupal/ctools": "^3.7",
"drupal/ctools": "^4.0",
"drupal/date_recur": "^3.0",
"drupal/date_recur_modular": "^3.0",
"drupal/diff": "^1.0@RC",
Expand Down
Loading

0 comments on commit 622e1bb

Please sign in to comment.