Browse Source

Composer 1.10.9

pull/6525/head
Brandon Kelly 5 years ago
parent
commit
f6ea88f77b
  1. 2
      CHANGELOG-v3.5.md
  2. 1
      CHANGELOG-v3.md
  3. 2
      composer.json
  4. 30
      composer.lock

2
CHANGELOG-v3.5.md

@ -447,7 +447,7 @@
- The `Craft.cp.submitPrimaryForm()` method now accepts an `options` argument for customizing the form submit.
- New installs now set the primary site’s base URL to a `PRIMARY_SITE_URL` environment variable, rather than `DEFAULT_SITE_URL`.
- Updated Yii to 2.0.36.
- Updated Composer to 1.10.5. ([#5925](https://github.com/craftcms/cms/pull/5925))
- Updated Composer to 1.10.9. ([#5925](https://github.com/craftcms/cms/pull/5925))
- Updated PrismJS to 1.20.0.
- Updated voku/stringy to ^6.2.2. ([#5989](https://github.com/craftcms/cms/issues/5989))

1
CHANGELOG-v3.md

@ -5,6 +5,7 @@
### Changed
- Asset, category, entry, and user edit pages now retain their scroll position when the <kbd>Ctrl</kbd>/<kbd>Command</kbd> + <kbd>S</kbd> keyboard shortcut is used. ([#6513](https://github.com/craftcms/cms/issues/6513))
- Control panel templates that support the <kbd>Ctrl</kbd>/<kbd>Command</kbd> + <kbd>S</kbd> keyboard shortcut can now have the browser retain its scroll position on the next page load by setting `retainScrollPosOnSaveShortcut = true`, or including `retainScroll: true` in a `formActions` object. ([#6513](https://github.com/craftcms/cms/issues/6513))
- Updated Composer to 1.10.9.
### Fixed
- Fixed a PHP error that occurred when saving a category, if there were any validation errors.

2
composer.json

@ -27,7 +27,7 @@
"ext-pcre": "*",
"ext-pdo": "*",
"ext-zip": "*",
"composer/composer": "1.10.5",
"composer/composer": "1.10.9",
"craftcms/oauth2-craftid": "~1.0.0",
"craftcms/plugin-installer": "~1.5.3",
"craftcms/server-check": "~1.1.0",

30
composer.lock

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "462ea3b33306d457aa6c389a9d897d1f",
"content-hash": "5ca74600a41c1f73b44c1504fc42492f",
"packages": [
{
"name": "cebe/markdown",
@ -134,16 +134,16 @@
},
{
"name": "composer/composer",
"version": "1.10.5",
"version": "1.10.9",
"source": {
"type": "git",
"url": "https://github.com/composer/composer.git",
"reference": "7a4d5b6aa30d2118af27c04f5e897b57156ccfa9"
"reference": "83c3250093d5491600a822e176b107a945baf95a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/composer/zipball/7a4d5b6aa30d2118af27c04f5e897b57156ccfa9",
"reference": "7a4d5b6aa30d2118af27c04f5e897b57156ccfa9",
"url": "https://api.github.com/repos/composer/composer/zipball/83c3250093d5491600a822e176b107a945baf95a",
"reference": "83c3250093d5491600a822e176b107a945baf95a",
"shasum": ""
},
"require": {
@ -151,7 +151,7 @@
"composer/semver": "^1.0",
"composer/spdx-licenses": "^1.2",
"composer/xdebug-handler": "^1.1",
"justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0",
"justinrainbow/json-schema": "^5.2.10",
"php": "^5.3.2 || ^7.0",
"psr/log": "^1.0",
"seld/jsonlint": "^1.4",
@ -166,7 +166,7 @@
},
"require-dev": {
"phpspec/prophecy": "^1.10",
"symfony/phpunit-bridge": "^3.4"
"symfony/phpunit-bridge": "^4.2"
},
"suggest": {
"ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
@ -210,7 +210,21 @@
"dependency",
"package"
],
"time": "2020-04-10T09:44:22+00:00"
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2020-07-16T10:57:00+00:00"
},
{
"name": "composer/semver",

Loading…
Cancel
Save