Commit 3196b14d authored by Tobias Munk's avatar Tobias Munk

updated ckeditor, merge-plugin (using forks)

parent f864d87c
...@@ -7,10 +7,14 @@ ...@@ -7,10 +7,14 @@
"ap": { "ap": {
"type": "composer", "type": "composer",
"url": "https://asset-packagist.org" "url": "https://asset-packagist.org"
},
"merge-plugin": {
"type": "vcs",
"url": "https://github.com/schmunk42/composer-merge-plugin.git"
} }
}, },
"require": { "require": {
"wikimedia/composer-merge-plugin": "~2.0" "wikimedia/composer-merge-plugin": "dev-feature/respect-lockdown"
}, },
"extra": { "extra": {
"merge-plugin": { "merge-plugin": {
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "92a630a0a00a4d8d70db47b0d1038a35", "content-hash": "478d3d14e356aeb6a69ffd12ec2bcba0",
"packages": [ "packages": [
{ {
"name": "2amigos/yii2-chartjs-widget", "name": "2amigos/yii2-chartjs-widget",
...@@ -7572,27 +7572,30 @@ ...@@ -7572,27 +7572,30 @@
}, },
{ {
"name": "wikimedia/composer-merge-plugin", "name": "wikimedia/composer-merge-plugin",
"version": "v2.0.1", "version": "dev-feature/respect-lockdown",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/wikimedia/composer-merge-plugin.git", "url": "https://github.com/schmunk42/composer-merge-plugin.git",
"reference": "8ca2ed8ab97c8ebce6b39d9943e9909bb4f18912" "reference": "2261179c07628df7bcbda73dbc5164ea2b67d77b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/wikimedia/composer-merge-plugin/zipball/8ca2ed8ab97c8ebce6b39d9943e9909bb4f18912", "url": "https://api.github.com/repos/schmunk42/composer-merge-plugin/zipball/2261179c07628df7bcbda73dbc5164ea2b67d77b",
"reference": "8ca2ed8ab97c8ebce6b39d9943e9909bb4f18912", "reference": "2261179c07628df7bcbda73dbc5164ea2b67d77b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"composer-plugin-api": "^1.1||^2.0", "composer-plugin-api": "^1.1||^2.0",
"php": ">=7.2.0" "php": ">=7.4.0"
}, },
"require-dev": { "require-dev": {
"composer/composer": "^1.1||^2.0", "composer/composer": "^1.1||^2.0",
"php-parallel-lint/php-parallel-lint": "~1.1.0", "ext-json": "*",
"phpunit/phpunit": "^8.5||^9.0", "mediawiki/mediawiki-phan-config": "0.11.1",
"squizlabs/php_codesniffer": "~3.5.4" "php-parallel-lint/php-parallel-lint": "~1.3.1",
"phpspec/prophecy-phpunit": "~2.0.1",
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "~3.7.1"
}, },
"type": "composer-plugin", "type": "composer-plugin",
"extra": { "extra": {
...@@ -7606,7 +7609,27 @@ ...@@ -7606,7 +7609,27 @@
"Wikimedia\\Composer\\Merge\\V2\\": "src/" "Wikimedia\\Composer\\Merge\\V2\\": "src/"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "scripts": {
"coverage": [
"phpunit --log-junit=reports/unitreport.xml --coverage-text --coverage-html=reports/coverage --coverage-clover=reports/coverage.xml",
"phpcs --encoding=utf-8 --standard=PSR2 --report-checkstyle=reports/checkstyle-phpcs.xml --report-full --extensions=php src/* tests/phpunit/*"
],
"phan": [
"phan -d . --long-progress-bar"
],
"phpcs": [
"phpcs --encoding=utf-8 --standard=PSR2 --extensions=php src/* tests/phpunit/*"
],
"phpunit": [
"phpunit"
],
"test": [
"composer validate --no-interaction",
"parallel-lint src tests",
"@phpunit",
"@phpcs"
]
},
"license": [ "license": [
"MIT" "MIT"
], ],
...@@ -7618,10 +7641,9 @@ ...@@ -7618,10 +7641,9 @@
], ],
"description": "Composer plugin to merge multiple composer.json files", "description": "Composer plugin to merge multiple composer.json files",
"support": { "support": {
"issues": "https://github.com/wikimedia/composer-merge-plugin/issues", "source": "https://github.com/schmunk42/composer-merge-plugin/tree/feature/respect-lockdown"
"source": "https://github.com/wikimedia/composer-merge-plugin/tree/v2.0.1"
}, },
"time": "2021-02-24T05:28:06+00:00" "time": "2023-01-11T14:05:46+00:00"
}, },
{ {
"name": "yetopen/yii2-sms-sender-interface", "name": "yetopen/yii2-sms-sender-interface",
...@@ -13794,6 +13816,7 @@ ...@@ -13794,6 +13816,7 @@
"aliases": [], "aliases": [],
"minimum-stability": "beta", "minimum-stability": "beta",
"stability-flags": { "stability-flags": {
"wikimedia/composer-merge-plugin": 20,
"dmstr/yii2-resque-module": 15, "dmstr/yii2-resque-module": 15,
"dmstr/yii2-widgets2-module": 10, "dmstr/yii2-widgets2-module": 10,
"roave/security-advisories": 20 "roave/security-advisories": 20
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment