Commit b3a68675 authored by Elias Luhr's avatar Elias Luhr

package updates

parent dc9c02f5
Pipeline #82218 passed with stage
in 12 minutes and 43 seconds
......@@ -1978,16 +1978,16 @@
},
{
"name": "dmstr/yii2-pages-module",
"version": "2.5.6",
"version": "2.5.7",
"source": {
"type": "git",
"url": "https://github.com/dmstr/yii2-pages-module.git",
"reference": "bf5010b7eae42b3157875ea618da1b42787da97f"
"reference": "6e9fc0bc7afffbc8eba1226981569a1398431c12"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dmstr/yii2-pages-module/zipball/bf5010b7eae42b3157875ea618da1b42787da97f",
"reference": "bf5010b7eae42b3157875ea618da1b42787da97f",
"url": "https://api.github.com/repos/dmstr/yii2-pages-module/zipball/6e9fc0bc7afffbc8eba1226981569a1398431c12",
"reference": "6e9fc0bc7afffbc8eba1226981569a1398431c12",
"shasum": ""
},
"require": {
......@@ -2041,9 +2041,9 @@
],
"support": {
"issues": "https://github.com/dmstr/yii2-pages-module/issues",
"source": "https://github.com/dmstr/yii2-pages-module/tree/2.5.6"
"source": "https://github.com/dmstr/yii2-pages-module/tree/2.5.7"
},
"time": "2023-12-07T12:57:05+00:00"
"time": "2023-12-08T14:09:16+00:00"
},
{
"name": "dmstr/yii2-prototype-module",
......@@ -2356,16 +2356,16 @@
},
{
"name": "dmstr/yii2-willnorris-imageproxy",
"version": "1.1.4",
"version": "1.1.5",
"source": {
"type": "git",
"url": "https://github.com/dmstr/yii2-willnorris-imageproxy.git",
"reference": "713caa45c3b8a91be55751473cbabc1a044b5605"
"reference": "859c3401fd3ff6305d5e3efcdf1bbd973f20576d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dmstr/yii2-willnorris-imageproxy/zipball/713caa45c3b8a91be55751473cbabc1a044b5605",
"reference": "713caa45c3b8a91be55751473cbabc1a044b5605",
"url": "https://api.github.com/repos/dmstr/yii2-willnorris-imageproxy/zipball/859c3401fd3ff6305d5e3efcdf1bbd973f20576d",
"reference": "859c3401fd3ff6305d5e3efcdf1bbd973f20576d",
"shasum": ""
},
"require": {
......@@ -2397,9 +2397,9 @@
],
"support": {
"issues": "https://github.com/dmstr/yii2-willnorris-imageproxy/issues",
"source": "https://github.com/dmstr/yii2-willnorris-imageproxy/tree/1.1.4"
"source": "https://github.com/dmstr/yii2-willnorris-imageproxy/tree/1.1.5"
},
"time": "2023-05-31T12:27:45+00:00"
"time": "2023-12-08T12:41:02+00:00"
},
{
"name": "doctrine/deprecations",
......@@ -12565,16 +12565,16 @@
},
{
"name": "squizlabs/php_codesniffer",
"version": "3.7.2",
"version": "3.8.0",
"source": {
"type": "git",
"url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
"reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879"
"reference": "5805f7a4e4958dbb5e944ef1e6edae0a303765e7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/ed8e00df0a83aa96acf703f8c2979ff33341f879",
"reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879",
"url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/5805f7a4e4958dbb5e944ef1e6edae0a303765e7",
"reference": "5805f7a4e4958dbb5e944ef1e6edae0a303765e7",
"shasum": ""
},
"require": {
......@@ -12584,7 +12584,7 @@
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
},
"bin": [
"bin/phpcs",
......@@ -12603,20 +12603,29 @@
"authors": [
{
"name": "Greg Sherwood",
"role": "lead"
"role": "Former lead"
},
{
"name": "Juliette Reinders Folmer",
"role": "Current lead"
},
{
"name": "Contributors",
"homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors"
}
],
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
"homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
"homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
"keywords": [
"phpcs",
"standards",
"static analysis"
],
"support": {
"issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
"source": "https://github.com/squizlabs/PHP_CodeSniffer",
"wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
"issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues",
"security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy",
"source": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
"wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki"
},
"funding": [
{
......@@ -12632,7 +12641,7 @@
"type": "open_collective"
}
],
"time": "2023-02-22T23:07:41+00:00"
"time": "2023-12-08T12:32:31+00:00"
},
{
"name": "symfony/browser-kit",
......
......@@ -15,7 +15,7 @@
"dmstr/yii2-redirect-module": "^0.3.1",
"dmstr/yii2-filefly-module": "^1.6.0",
"dmstr/yii2-filemanager-widgets": "^1.2.0",
"dmstr/yii2-pages-module": "^2.5.5",
"dmstr/yii2-pages-module": "^2.5.7",
"dmstr/yii2-prototype-module": "^2.2.5",
"dmstr/yii2-publication-module": "^1.2.3",
"dmstr/yii2-resque-module": "^2.0.0",
......
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