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

Update to Drupal 8.8.1 #34

Merged
merged 41 commits into from
Jan 2, 2020
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
1665375
Honor .env files and suggest usage (#351)
weitzman Mar 16, 2018
6be94f4
Remove extra whitespace (#371)
zaporylie Mar 27, 2018
9e90e4f
Updated argument name
Mar 28, 2018
9167252
Bump minimal version
webflo Mar 28, 2018
7b0f5c5
Merge pull request #376 from morenstrat/patch-1
weitzman Mar 28, 2018
24ab11d
Bump minimal version to 8.5.3
webflo Apr 26, 2018
4a35beb
Fix installer path for drush commandfiles.
weitzman May 25, 2018
f28a782
Merge pull request #394 from drupal-composer/commandfiles
weitzman May 26, 2018
04138e3
Update drupal-composer/drupal-scaffold
webflo May 29, 2018
dc7e438
Fix tests on Travis CI (#405)
webflo Jun 26, 2018
3be2be5
Copy the editor config and gitattributes from drupal to the root. (#404)
rodrigoaguilera Jun 26, 2018
b0c4ce8
Remove "drupal-scaffold" from scripts (#275)
webflo Jun 26, 2018
2b9d84a
Fix typo in README.md
webflo Jun 26, 2018
24f29be
Remove unused use statement. (#406)
Jun 28, 2018
96f02b3
Adjust default core patch level to -p2. (#418)
milkovsky Aug 16, 2018
970d307
Bump minimum required composer-patches version to support default pat…
mxr576 Aug 16, 2018
c1e2b6e
Update composer.json to require latest stable version of Drupal (#424)
grasmash Sep 6, 2018
21698cf
Require zaporylie/composer-drupal-optimizations (#442)
andypost Jan 26, 2019
4a664d2
Issue #408: Bump minimum PHP version to 5.6
webflo Jan 26, 2019
4eb9750
Removing redundant "--stability dev" from installation command (#450)
hansfn Jan 26, 2019
f2b83dc
Added "composer-exit-on-patch-failure": true option to composer.json …
MPParsley Jan 26, 2019
4229ace
Sync new lines at the end of the files (#453)
petk Jan 31, 2019
85d302e
Quote wildcards to avoid issues in some shells (#456)
gagarine Mar 13, 2019
d8ee4b4
Add PHP 7.3 to Travis CI (#476)
petk Apr 8, 2019
9e036f0
Change createRequiredFiles messages to reflect what occured (#467)
foxtrotcharlie Apr 9, 2019
e55e401
Drop PHP 5.6 testing (#489)
webflo May 2, 2019
0bc7270
Bump minimum version to 8.7.0 (#488)
webflo May 2, 2019
ec0f411
Update .travis.yml
webflo May 2, 2019
5085410
Deprecate PHP 7.0 and 7.1 (#518)
MPParsley Sep 20, 2019
4de4379
Revert "Deprecate PHP 7.1" (#521)
webflo Sep 20, 2019
a49e205
Issue #518: Bump minimum php version to 7.0.8
webflo Sep 21, 2019
ee5bf36
Update CI to Ubuntu 18.04 (#520)
webflo Sep 21, 2019
309e83c
Revert "Update CI to Ubuntu 18.04" (#526)
webflo Sep 26, 2019
bdaa8fd
Add 'contrib' to Drush commandfile installer path (#525)
greg-1-anderson Sep 26, 2019
53f6910
Prefer usage of && operator instead of "and" (#530)
paulvandenburg Nov 8, 2019
12fce28
update to drupal 8.8.0
elizoller Dec 4, 2019
8a4b807
replace webflo/drupal-core-require-dev with drupal/core-dev
elizoller Dec 4, 2019
d2e7410
Use scaffold plugin and composer packages from Drupal core 8.8.0 (#522)
greg-1-anderson Dec 5, 2019
04a3fe0
Issue #539: Remove deprecated CONFIG_SYNC_DIRECTORY
webflo Dec 18, 2019
1723cb6
update to 8.8.1
elizoller Dec 19, 2019
7c7fc69
merge drupal-composer/drupal-project 8.x
elizoller Jan 2, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,14 @@
"cweagans/composer-patches": "^1.6.5",
"drupal-composer/drupal-scaffold": "^2.5",
"drupal/console": "^1.0.2",
"drupal/core": "^8.7.0",
"drupal/core": "^8.8.1",
"drupal/core-dev": "^8.8.1",
"drush/drush": "^9.0.0",
"vlucas/phpdotenv": "^2.4",
"webflo/drupal-finder": "^1.0.0",
"webmozart/path-util": "^2.3",
"zaporylie/composer-drupal-optimizations": "^1.0"
},
"require-dev": {
"webflo/drupal-core-require-dev": "^8.7.0"
},
"conflict": {
"drupal/drupal": "*"
},
Expand Down
Loading