Wordpress Timber Version bump

This commit is contained in:
Karol Orzeł
2023-10-20 17:51:39 +02:00
parent 65f1ef3271
commit 88b63c6a2c
+84 -66
View File
@@ -68,39 +68,37 @@
}, },
{ {
"name": "composer/installers", "name": "composer/installers",
"version": "v1.12.0", "version": "v2.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/composer/installers.git", "url": "https://github.com/composer/installers.git",
"reference": "d20a64ed3c94748397ff5973488761b22f6d3f19" "reference": "c29dc4b93137acb82734f672c37e029dfbd95b35"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/composer/installers/zipball/d20a64ed3c94748397ff5973488761b22f6d3f19", "url": "https://api.github.com/repos/composer/installers/zipball/c29dc4b93137acb82734f672c37e029dfbd95b35",
"reference": "d20a64ed3c94748397ff5973488761b22f6d3f19", "reference": "c29dc4b93137acb82734f672c37e029dfbd95b35",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"composer-plugin-api": "^1.0 || ^2.0" "composer-plugin-api": "^1.0 || ^2.0",
}, "php": "^7.2 || ^8.0"
"replace": {
"roundcube/plugin-installer": "*",
"shama/baton": "*"
}, },
"require-dev": { "require-dev": {
"composer/composer": "1.6.* || ^2.0", "composer/composer": "1.6.* || ^2.0",
"composer/semver": "^1 || ^3", "composer/semver": "^1 || ^3",
"phpstan/phpstan": "^0.12.55", "phpstan/phpstan": "^0.12.55",
"phpstan/phpstan-phpunit": "^0.12.16", "phpstan/phpstan-phpunit": "^0.12.16",
"symfony/phpunit-bridge": "^4.2 || ^5", "symfony/phpunit-bridge": "^5.3",
"symfony/process": "^2.3" "symfony/process": "^5"
}, },
"type": "composer-plugin", "type": "composer-plugin",
"extra": { "extra": {
"class": "Composer\\Installers\\Plugin", "class": "Composer\\Installers\\Plugin",
"branch-alias": { "branch-alias": {
"dev-main": "1.x-dev" "dev-main": "2.x-dev"
} },
"plugin-modifies-install-path": true
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
@@ -121,7 +119,6 @@
"description": "A multi-framework Composer library installer", "description": "A multi-framework Composer library installer",
"homepage": "https://composer.github.io/installers/", "homepage": "https://composer.github.io/installers/",
"keywords": [ "keywords": [
"Craft",
"Dolibarr", "Dolibarr",
"Eliasis", "Eliasis",
"Hurad", "Hurad",
@@ -142,7 +139,6 @@
"Whmcs", "Whmcs",
"WolfCMS", "WolfCMS",
"agl", "agl",
"aimeos",
"annotatecms", "annotatecms",
"attogram", "attogram",
"bitrix", "bitrix",
@@ -161,7 +157,6 @@
"grav", "grav",
"installer", "installer",
"itop", "itop",
"joomla",
"known", "known",
"kohana", "kohana",
"laravel", "laravel",
@@ -170,6 +165,7 @@
"magento", "magento",
"majima", "majima",
"mako", "mako",
"matomo",
"mediawiki", "mediawiki",
"miaoxing", "miaoxing",
"modulework", "modulework",
@@ -189,9 +185,7 @@
"silverstripe", "silverstripe",
"sydes", "sydes",
"sylius", "sylius",
"symfony",
"tastyigniter", "tastyigniter",
"typo3",
"wordpress", "wordpress",
"yawik", "yawik",
"zend", "zend",
@@ -199,7 +193,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/composer/installers/issues", "issues": "https://github.com/composer/installers/issues",
"source": "https://github.com/composer/installers/tree/v1.12.0" "source": "https://github.com/composer/installers/tree/v2.2.0"
}, },
"funding": [ "funding": [
{ {
@@ -215,7 +209,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-09-13T08:19:44+00:00" "time": "2022-08-20T06:45:11+00:00"
}, },
{ {
"name": "erusev/parsedown", "name": "erusev/parsedown",
@@ -450,29 +444,29 @@
}, },
{ {
"name": "pimple/pimple", "name": "pimple/pimple",
"version": "v3.2.3", "version": "v3.5.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/silexphp/Pimple.git", "url": "https://github.com/silexphp/Pimple.git",
"reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32" "reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/silexphp/Pimple/zipball/9e403941ef9d65d20cba7d54e29fe906db42cf32", "url": "https://api.github.com/repos/silexphp/Pimple/zipball/a94b3a4db7fb774b3d78dad2315ddc07629e1bed",
"reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32", "reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.0", "php": ">=7.2.5",
"psr/container": "^1.0" "psr/container": "^1.1 || ^2.0"
}, },
"require-dev": { "require-dev": {
"symfony/phpunit-bridge": "^3.2" "symfony/phpunit-bridge": "^5.4@dev"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "3.2.x-dev" "dev-master": "3.4.x-dev"
} }
}, },
"autoload": { "autoload": {
@@ -491,38 +485,37 @@
} }
], ],
"description": "Pimple, a simple Dependency Injection Container", "description": "Pimple, a simple Dependency Injection Container",
"homepage": "http://pimple.sensiolabs.org", "homepage": "https://pimple.symfony.com",
"keywords": [ "keywords": [
"container", "container",
"dependency injection" "dependency injection"
], ],
"support": { "support": {
"issues": "https://github.com/silexphp/Pimple/issues", "source": "https://github.com/silexphp/Pimple/tree/v3.5.0"
"source": "https://github.com/silexphp/Pimple/tree/master"
}, },
"time": "2018-01-21T07:42:36+00:00" "time": "2021-10-28T11:13:42+00:00"
}, },
{ {
"name": "psr/container", "name": "psr/container",
"version": "1.0.0", "version": "2.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/php-fig/container.git", "url": "https://github.com/php-fig/container.git",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.0" "php": ">=7.4.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.0.x-dev" "dev-master": "2.0.x-dev"
} }
}, },
"autoload": { "autoload": {
@@ -537,7 +530,7 @@
"authors": [ "authors": [
{ {
"name": "PHP-FIG", "name": "PHP-FIG",
"homepage": "http://www.php-fig.org/" "homepage": "https://www.php-fig.org/"
} }
], ],
"description": "Common Container Interface (PHP FIG PSR-11)", "description": "Common Container Interface (PHP FIG PSR-11)",
@@ -551,9 +544,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/php-fig/container/issues", "issues": "https://github.com/php-fig/container/issues",
"source": "https://github.com/php-fig/container/tree/master" "source": "https://github.com/php-fig/container/tree/2.0.2"
}, },
"time": "2017-02-14T16:28:37+00:00" "time": "2021-11-05T16:47:00+00:00"
}, },
{ {
"name": "psr/log", "name": "psr/log",
@@ -825,20 +818,23 @@
}, },
{ {
"name": "symfony/polyfill-ctype", "name": "symfony/polyfill-ctype",
"version": "v1.19.0", "version": "v1.28.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git", "url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "aed596913b70fae57be53d86faa2e9ef85a2297b" "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/aed596913b70fae57be53d86faa2e9ef85a2297b", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
"reference": "aed596913b70fae57be53d86faa2e9ef85a2297b", "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=7.1"
},
"provide": {
"ext-ctype": "*"
}, },
"suggest": { "suggest": {
"ext-ctype": "For best performance" "ext-ctype": "For best performance"
@@ -846,7 +842,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "1.19-dev" "dev-main": "1.28-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/polyfill", "name": "symfony/polyfill",
@@ -884,7 +880,7 @@
"portable" "portable"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.19.0" "source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0"
}, },
"funding": [ "funding": [
{ {
@@ -900,7 +896,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-10-23T09:01:57+00:00" "time": "2023-01-26T09:26:14+00:00"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
@@ -1315,25 +1311,28 @@
}, },
{ {
"name": "phpunit/php-file-iterator", "name": "phpunit/php-file-iterator",
"version": "1.4.5", "version": "3.0.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
"reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4" "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4", "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
"reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4", "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.4.x-dev" "dev-master": "3.0-dev"
} }
}, },
"autoload": { "autoload": {
@@ -1348,7 +1347,7 @@
"authors": [ "authors": [
{ {
"name": "Sebastian Bergmann", "name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de", "email": "sebastian@phpunit.de",
"role": "lead" "role": "lead"
} }
], ],
@@ -1359,30 +1358,43 @@
"iterator" "iterator"
], ],
"support": { "support": {
"irc": "irc://irc.freenode.net/phpunit",
"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/1.4.5" "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
}, },
"time": "2017-11-27T13:52:08+00:00" "funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2021-12-02T12:48:52+00:00"
}, },
{ {
"name": "phpunit/php-text-template", "name": "phpunit/php-text-template",
"version": "1.2.1", "version": "2.0.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-text-template.git", "url": "https://github.com/sebastianbergmann/php-text-template.git",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
}, },
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": { "autoload": {
"classmap": [ "classmap": [
"src/" "src/"
@@ -1406,9 +1418,15 @@
], ],
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/php-text-template/issues", "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
"source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1" "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
}, },
"time": "2015-06-21T13:50:34+00:00" "funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-10-26T05:33:50+00:00"
}, },
{ {
"name": "phpunit/php-timer", "name": "phpunit/php-timer",