Skip to content

Commit

Permalink
Update tools (#5264)
Browse files Browse the repository at this point in the history
  • Loading branch information
gharlan committed Jul 25, 2022
1 parent 5183286 commit 2ca4d90
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 15 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -18,10 +18,10 @@
"phpstan/phpstan": "1.8.2",
"phpstan/phpstan-deprecation-rules": "1.0.0",
"phpstan/phpstan-phpunit": "1.1.1",
"phpstan/phpstan-symfony": "1.2.5",
"phpstan/phpstan-symfony": "1.2.8",
"phpunit/phpunit": "^9.5",
"psalm/plugin-phpunit": "0.17.0",
"psalm/plugin-symfony": "3.1.7",
"psalm/plugin-symfony": "3.1.8",
"rector/rector": "0.13.9",
"redaxo/php-cs-fixer-config": "1.0.0",
"redaxo/psalm-plugin": "1.0.0",
Expand Down
12 changes: 7 additions & 5 deletions redaxo/src/core/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 7 additions & 5 deletions redaxo/src/core/vendor/composer/installed.json
Expand Up @@ -490,12 +490,12 @@
"source": {
"type": "git",
"url": "https://github.com/Roave/SecurityAdvisories.git",
"reference": "0144c1225b5e4da02cf2c27a0e2cb2705168c47c"
"reference": "4bc2609bf9e2c2146d25465546bb10651cce47ac"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/0144c1225b5e4da02cf2c27a0e2cb2705168c47c",
"reference": "0144c1225b5e4da02cf2c27a0e2cb2705168c47c",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/4bc2609bf9e2c2146d25465546bb10651cce47ac",
"reference": "4bc2609bf9e2c2146d25465546bb10651cce47ac",
"shasum": ""
},
"conflict": {
Expand Down Expand Up @@ -657,6 +657,7 @@
"in2code/femanager": "<5.5.1|>=6,<6.3.1",
"in2code/lux": "<17.6.1|>=18,<24.0.2",
"intelliants/subrion": "<=4.2.1",
"islandora/islandora": ">=2,<2.4.1",
"ivankristianto/phpwhois": "<=4.3",
"jackalope/jackalope-doctrine-dbal": "<1.7.4",
"james-heinrich/getid3": "<1.9.21",
Expand Down Expand Up @@ -823,7 +824,7 @@
"simplito/elliptic-php": "<1.0.6",
"slim/slim": "<2.6",
"smarty/smarty": "<3.1.45|>=4,<4.1.1",
"snipe/snipe-it": "<5.4.4|>= 6.0.0-RC-1, <= 6.0.0-RC-5",
"snipe/snipe-it": "<=6.0.2|>= 6.0.0-RC-1, <= 6.0.0-RC-5",
"socalnick/scn-social-auth": "<1.15.2",
"socialiteproviders/steam": "<1.1",
"spipu/html2pdf": "<5.2.4",
Expand Down Expand Up @@ -914,6 +915,7 @@
"wikimedia/parsoid": "<0.12.2",
"willdurand/js-translation-bundle": "<2.1.1",
"wintercms/winter": "<1.0.475|>=1.1,<1.1.9",
"woocommerce/woocommerce": "<6.6",
"wp-cli/wp-cli": "<2.5",
"wp-graphql/wp-graphql": "<0.3.5",
"wpanel/wpanel4-cms": "<=4.3.1",
Expand Down Expand Up @@ -960,7 +962,7 @@
"zfr/zfr-oauth2-server-module": "<0.1.2",
"zoujingli/thinkadmin": "<6.0.22"
},
"time": "2022-07-15T22:04:13+00:00",
"time": "2022-07-21T23:04:29+00:00",
"type": "metapackage",
"notification-url": "https://packagist.org/downloads/",
"license": [
Expand Down
6 changes: 3 additions & 3 deletions redaxo/src/core/vendor/composer/installed.php
Expand Up @@ -3,7 +3,7 @@
'name' => '__root__',
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => 'baa755fab6027bb427cecea34ea698a3530d7e61',
'reference' => '5183286cec7829a723a4a9c64785abaa9ecf60fe',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand All @@ -13,7 +13,7 @@
'__root__' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => 'baa755fab6027bb427cecea34ea698a3530d7e61',
'reference' => '5183286cec7829a723a4a9c64785abaa9ecf60fe',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down Expand Up @@ -100,7 +100,7 @@
'roave/security-advisories' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '0144c1225b5e4da02cf2c27a0e2cb2705168c47c',
'reference' => '4bc2609bf9e2c2146d25465546bb10651cce47ac',
'type' => 'metapackage',
'install_path' => NULL,
'aliases' => array(),
Expand Down

0 comments on commit 2ca4d90

Please sign in to comment.