Skip to content

Commit

Permalink
Merge pull request #111 from palantirnet/drupal9
Browse files Browse the repository at this point in the history
update to drupal 9
  • Loading branch information
becw authored Jun 26, 2020
2 parents 53e9373 + 0eb5e9a commit fea3581
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
working_directory: ~/drupal-skeleton
docker:
- image: circleci/php:7.2-node-browsers
- image: circleci/php:7.3-node-browsers
- image: circleci/mysql:5.7-ram
command: --max_allowed_packet=16M
environment:
Expand Down
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,15 @@
],
"require": {
"composer/installers": "^1.2",
"drupal/config_installer": "^1.8",
"drupal/config_split": "^1.4",
"drupal/core-composer-scaffold": "^8.8",
"drupal/core-recommended": "^8.8",
"drupal/core-composer-scaffold": "^9",
"drupal/core-recommended": "^9",
"zaporylie/composer-drupal-optimizations": "^1.1"
},
"require-dev": {
"drupal/core-dev": "^8.8",
"drupal/drupal-extension": "^3.1",
"palantirnet/the-build": "^2.2.1",
"drupal/core-dev": "^9",
"drupal/drupal-extension": "^4.1.0",
"palantirnet/the-build": "dev-drupal9",
"palantirnet/the-vagrant": "^2.3"
},
"suggest": {
Expand Down

0 comments on commit fea3581

Please sign in to comment.