diff --git a/composer.json b/composer.json index 1597b33..9586627 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "ray/aop": "^2.12", "ray/di": "^2.14", "ray/identity-value-module": "^1.0", - "ray/media-query": "^0.9.0", + "ray/media-query": "^0.12", "robmorgan/phinx": "^0.11.7" }, "require-dev": { diff --git a/composer.lock b/composer.lock index bb0cda1..96c2669 100644 --- a/composer.lock +++ b/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": "6d4175c9ba673cdb5f82192b2f165c92", + "content-hash": "3c923e5f638c3e7c3f8147f8a69e3d63", "packages": [ { "name": "aura/cli", @@ -3942,16 +3942,16 @@ }, { "name": "ray/media-query", - "version": "0.9.0", + "version": "0.12.0", "source": { "type": "git", "url": "https://github.com/ray-di/Ray.MediaQuery.git", - "reference": "88ae75b06b25f21cf56f798b27e355b70464983d" + "reference": "e4413079cb50923196332de85e2c4eb3b9709455" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ray-di/Ray.MediaQuery/zipball/88ae75b06b25f21cf56f798b27e355b70464983d", - "reference": "88ae75b06b25f21cf56f798b27e355b70464983d", + "url": "https://api.github.com/repos/ray-di/Ray.MediaQuery/zipball/e4413079cb50923196332de85e2c4eb3b9709455", + "reference": "e4413079cb50923196332de85e2c4eb3b9709455", "shasum": "" }, "require": { @@ -3963,6 +3963,8 @@ "nikic/php-parser": "^4.15", "pagerfanta/pagerfanta": "^3.5", "php": "^8.0", + "phpdocumentor/reflection-docblock": "^5.3", + "phpdocumentor/type-resolver": "^1.6.1", "ray/aop": "^2.10.4", "ray/aura-sql-module": "^1.12.0", "ray/di": "^2.12", @@ -3971,6 +3973,7 @@ }, "require-dev": { "doctrine/coding-standard": "^10.0", + "koriym/csv-entities": "^1.0", "phpmd/phpmd": "^2.9", "phpmetrics/phpmetrics": "^2.7", "phpstan/phpstan": "^1.7", @@ -3980,6 +3983,9 @@ "squizlabs/php_codesniffer": "^3.7", "vimeo/psalm": "^4.24" }, + "suggest": { + "koriym/csv-entities": "Provides one-to-many entity relation" + }, "type": "library", "autoload": { "psr-4": { @@ -3999,9 +4005,9 @@ "description": "Media access mapping Framework", "support": { "issues": "https://github.com/ray-di/Ray.MediaQuery/issues", - "source": "https://github.com/ray-di/Ray.MediaQuery/tree/0.9.0" + "source": "https://github.com/ray-di/Ray.MediaQuery/tree/0.12.0" }, - "time": "2022-11-21T13:54:01+00:00" + "time": "2023-11-10T02:26:14+00:00" }, { "name": "ray/object-visual-grapher",