use stable xpaw/php-source-query-class version

This commit is contained in:
yggverse 2026-03-04 22:02:28 +02:00
parent 48032362b8
commit 1bf221846c
2 changed files with 9 additions and 11 deletions

View file

@ -44,7 +44,7 @@
"twig/extra-bundle": "^3.8", "twig/extra-bundle": "^3.8",
"twig/intl-extra": "^3.8", "twig/intl-extra": "^3.8",
"twig/twig": "^3.8", "twig/twig": "^3.8",
"xpaw/php-source-query-class": "dev-master", "xpaw/php-source-query-class": "^6.0",
"yggverse/cache": "^0.3.1", "yggverse/cache": "^0.3.1",
"yggverse/graph": "^0.2.2", "yggverse/graph": "^0.2.2",
"yggverse/hl": "dev-main" "yggverse/hl": "dev-main"

18
composer.lock generated
View file

@ -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": "6ca8b9071e80a24f43bed8510e75d189", "content-hash": "030679f552443dcfef2e9ba4dc7a9dcd",
"packages": [ "packages": [
{ {
"name": "doctrine/cache", "name": "doctrine/cache",
@ -7942,27 +7942,26 @@
}, },
{ {
"name": "xpaw/php-source-query-class", "name": "xpaw/php-source-query-class",
"version": "dev-master", "version": "6.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/xPaw/PHP-Source-Query.git", "url": "https://github.com/xPaw/PHP-Source-Query.git",
"reference": "8261129fba10fae3166e9a7084e5c0f2e6b9d4dd" "reference": "fe854e0e582b3da4261034bbc0f1e9b1e5e5bd73"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/xPaw/PHP-Source-Query/zipball/8261129fba10fae3166e9a7084e5c0f2e6b9d4dd", "url": "https://api.github.com/repos/xPaw/PHP-Source-Query/zipball/fe854e0e582b3da4261034bbc0f1e9b1e5e5bd73",
"reference": "8261129fba10fae3166e9a7084e5c0f2e6b9d4dd", "reference": "fe854e0e582b3da4261034bbc0f1e9b1e5e5bd73",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=8.3" "php": ">=8.2"
}, },
"require-dev": { "require-dev": {
"phpstan/phpstan": "^2.0", "phpstan/phpstan": "^2.0",
"phpstan/phpstan-strict-rules": "^2.0", "phpstan/phpstan-strict-rules": "^2.0",
"phpunit/phpunit": "^12.0" "phpunit/phpunit": "^12.0"
}, },
"default-branch": true,
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
@ -7987,7 +7986,7 @@
"team fortress" "team fortress"
], ],
"support": { "support": {
"source": "https://github.com/xPaw/PHP-Source-Query/tree/master" "source": "https://github.com/xPaw/PHP-Source-Query/tree/6.0.0"
}, },
"funding": [ "funding": [
{ {
@ -7995,7 +7994,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2026-01-29T10:56:58+00:00" "time": "2026-01-29T10:35:30+00:00"
}, },
{ {
"name": "yggverse/cache", "name": "yggverse/cache",
@ -10473,7 +10472,6 @@
"aliases": [], "aliases": [],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": { "stability-flags": {
"xpaw/php-source-query-class": 20,
"yggverse/hl": 20 "yggverse/hl": 20
}, },
"prefer-stable": true, "prefer-stable": true,