Revert dependencies to work with PHP8.3

This commit is contained in:
Matt Young 2026-01-30 22:54:21 -06:00
parent 8ec4d30304
commit 1f6d09d6e8
2 changed files with 101 additions and 94 deletions

View File

@ -1,5 +1,4 @@
{ {
"$schema": "https://getcomposer.org/schema.json",
"name": "laravel/livewire-starter-kit", "name": "laravel/livewire-starter-kit",
"type": "project", "type": "project",
"description": "The official Laravel starter kit for Livewire.", "description": "The official Laravel starter kit for Livewire.",
@ -19,8 +18,8 @@
"symfony/clock": "^7.0", "symfony/clock": "^7.0",
"symfony/css-selector": "^7.0", "symfony/css-selector": "^7.0",
"symfony/event-dispatcher": "^7.0", "symfony/event-dispatcher": "^7.0",
"symfony/http-client": "^8.0", "symfony/http-client": "^7.0",
"symfony/mailgun-mailer": "^8.0", "symfony/mailgun-mailer": "^7.0",
"symfony/string": "^7.0", "symfony/string": "^7.0",
"symfony/translation": "^7.0" "symfony/translation": "^7.0"
}, },

190
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": "afa94ac475c64320f34709ce08a0f88c", "content-hash": "e9c7f68a4a154c90522fc7d615f86f69",
"packages": [ "packages": [
{ {
"name": "bacon/bacon-qr-code", "name": "bacon/bacon-qr-code",
@ -63,16 +63,16 @@
}, },
{ {
"name": "brick/math", "name": "brick/math",
"version": "0.14.1", "version": "0.14.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/brick/math.git", "url": "https://github.com/brick/math.git",
"reference": "f05858549e5f9d7bb45875a75583240a38a281d0" "reference": "55c950aa71a2cabc1d8f2bec1f8a7020bd244aa2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/brick/math/zipball/f05858549e5f9d7bb45875a75583240a38a281d0", "url": "https://api.github.com/repos/brick/math/zipball/55c950aa71a2cabc1d8f2bec1f8a7020bd244aa2",
"reference": "f05858549e5f9d7bb45875a75583240a38a281d0", "reference": "55c950aa71a2cabc1d8f2bec1f8a7020bd244aa2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -111,7 +111,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/brick/math/issues", "issues": "https://github.com/brick/math/issues",
"source": "https://github.com/brick/math/tree/0.14.1" "source": "https://github.com/brick/math/tree/0.14.2"
}, },
"funding": [ "funding": [
{ {
@ -119,7 +119,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2025-11-24T14:40:29+00:00" "time": "2026-01-30T14:03:11+00:00"
}, },
{ {
"name": "carbonphp/carbon-doctrine-types", "name": "carbonphp/carbon-doctrine-types",
@ -2434,16 +2434,16 @@
}, },
{ {
"name": "nesbot/carbon", "name": "nesbot/carbon",
"version": "3.11.0", "version": "3.11.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/CarbonPHP/carbon.git", "url": "https://github.com/CarbonPHP/carbon.git",
"reference": "bdb375400dcd162624531666db4799b36b64e4a1" "reference": "f438fcc98f92babee98381d399c65336f3a3827f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/CarbonPHP/carbon/zipball/bdb375400dcd162624531666db4799b36b64e4a1", "url": "https://api.github.com/repos/CarbonPHP/carbon/zipball/f438fcc98f92babee98381d399c65336f3a3827f",
"reference": "bdb375400dcd162624531666db4799b36b64e4a1", "reference": "f438fcc98f92babee98381d399c65336f3a3827f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2467,7 +2467,7 @@
"phpstan/extension-installer": "^1.4.3", "phpstan/extension-installer": "^1.4.3",
"phpstan/phpstan": "^2.1.22", "phpstan/phpstan": "^2.1.22",
"phpunit/phpunit": "^10.5.53", "phpunit/phpunit": "^10.5.53",
"squizlabs/php_codesniffer": "^3.13.4" "squizlabs/php_codesniffer": "^3.13.4 || ^4.0.0"
}, },
"bin": [ "bin": [
"bin/carbon" "bin/carbon"
@ -2510,14 +2510,14 @@
} }
], ],
"description": "An API extension for DateTime that supports 281 different languages.", "description": "An API extension for DateTime that supports 281 different languages.",
"homepage": "https://carbon.nesbot.com", "homepage": "https://carbonphp.github.io/carbon/",
"keywords": [ "keywords": [
"date", "date",
"datetime", "datetime",
"time" "time"
], ],
"support": { "support": {
"docs": "https://carbon.nesbot.com/docs", "docs": "https://carbonphp.github.io/carbon/guide/getting-started/introduction.html",
"issues": "https://github.com/CarbonPHP/carbon/issues", "issues": "https://github.com/CarbonPHP/carbon/issues",
"source": "https://github.com/CarbonPHP/carbon" "source": "https://github.com/CarbonPHP/carbon"
}, },
@ -2535,7 +2535,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-12-02T21:04:28+00:00" "time": "2026-01-29T09:26:29+00:00"
}, },
{ {
"name": "nette/schema", "name": "nette/schema",
@ -3446,16 +3446,16 @@
}, },
{ {
"name": "psy/psysh", "name": "psy/psysh",
"version": "v0.12.18", "version": "v0.12.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/bobthecow/psysh.git", "url": "https://github.com/bobthecow/psysh.git",
"reference": "ddff0ac01beddc251786fe70367cd8bbdb258196" "reference": "a4f766e5c5b6773d8399711019bb7d90875a50ee"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/ddff0ac01beddc251786fe70367cd8bbdb258196", "url": "https://api.github.com/repos/bobthecow/psysh/zipball/a4f766e5c5b6773d8399711019bb7d90875a50ee",
"reference": "ddff0ac01beddc251786fe70367cd8bbdb258196", "reference": "a4f766e5c5b6773d8399711019bb7d90875a50ee",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3519,9 +3519,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/bobthecow/psysh/issues", "issues": "https://github.com/bobthecow/psysh/issues",
"source": "https://github.com/bobthecow/psysh/tree/v0.12.18" "source": "https://github.com/bobthecow/psysh/tree/v0.12.19"
}, },
"time": "2025-12-17T14:35:46+00:00" "time": "2026-01-30T17:33:13+00:00"
}, },
{ {
"name": "ralouphie/getallheaders", "name": "ralouphie/getallheaders",
@ -4337,16 +4337,16 @@
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v7.4.4", "version": "v7.4.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/finder.git", "url": "https://github.com/symfony/finder.git",
"reference": "01b24a145bbeaa7141e75887ec904c34a6728a5f" "reference": "ad4daa7c38668dcb031e63bc99ea9bd42196a2cb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/01b24a145bbeaa7141e75887ec904c34a6728a5f", "url": "https://api.github.com/repos/symfony/finder/zipball/ad4daa7c38668dcb031e63bc99ea9bd42196a2cb",
"reference": "01b24a145bbeaa7141e75887ec904c34a6728a5f", "reference": "ad4daa7c38668dcb031e63bc99ea9bd42196a2cb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4381,7 +4381,7 @@
"description": "Finds files and directories via an intuitive fluent interface", "description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/finder/tree/v7.4.4" "source": "https://github.com/symfony/finder/tree/v7.4.5"
}, },
"funding": [ "funding": [
{ {
@ -4401,31 +4401,35 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2026-01-12T12:19:02+00:00" "time": "2026-01-26T15:07:59+00:00"
}, },
{ {
"name": "symfony/http-client", "name": "symfony/http-client",
"version": "v8.0.5", "version": "v7.4.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-client.git", "url": "https://github.com/symfony/http-client.git",
"reference": "f9fdd372473e66469c6d32a4ed12efcffdea38c4" "reference": "84bb634857a893cc146cceb467e31b3f02c5fe9f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-client/zipball/f9fdd372473e66469c6d32a4ed12efcffdea38c4", "url": "https://api.github.com/repos/symfony/http-client/zipball/84bb634857a893cc146cceb467e31b3f02c5fe9f",
"reference": "f9fdd372473e66469c6d32a4ed12efcffdea38c4", "reference": "84bb634857a893cc146cceb467e31b3f02c5fe9f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=8.4", "php": ">=8.2",
"psr/log": "^1|^2|^3", "psr/log": "^1|^2|^3",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/http-client-contracts": "~3.4.4|^3.5.2", "symfony/http-client-contracts": "~3.4.4|^3.5.2",
"symfony/polyfill-php83": "^1.29",
"symfony/service-contracts": "^2.5|^3" "symfony/service-contracts": "^2.5|^3"
}, },
"conflict": { "conflict": {
"amphp/amp": "<3", "amphp/amp": "<2.5",
"php-http/discovery": "<1.15" "amphp/socket": "<1.1",
"php-http/discovery": "<1.15",
"symfony/http-foundation": "<6.4"
}, },
"provide": { "provide": {
"php-http/async-client-implementation": "*", "php-http/async-client-implementation": "*",
@ -4434,19 +4438,20 @@
"symfony/http-client-implementation": "3.0" "symfony/http-client-implementation": "3.0"
}, },
"require-dev": { "require-dev": {
"amphp/http-client": "^5.3.2", "amphp/http-client": "^4.2.1|^5.0",
"amphp/http-tunnel": "^2.0", "amphp/http-tunnel": "^1.0|^2.0",
"guzzlehttp/promises": "^1.4|^2.0", "guzzlehttp/promises": "^1.4|^2.0",
"nyholm/psr7": "^1.0", "nyholm/psr7": "^1.0",
"php-http/httplug": "^1.0|^2.0", "php-http/httplug": "^1.0|^2.0",
"psr/http-client": "^1.0", "psr/http-client": "^1.0",
"symfony/cache": "^7.4|^8.0", "symfony/amphp-http-client-meta": "^1.0|^2.0",
"symfony/dependency-injection": "^7.4|^8.0", "symfony/cache": "^6.4|^7.0|^8.0",
"symfony/http-kernel": "^7.4|^8.0", "symfony/dependency-injection": "^6.4|^7.0|^8.0",
"symfony/messenger": "^7.4|^8.0", "symfony/http-kernel": "^6.4|^7.0|^8.0",
"symfony/process": "^7.4|^8.0", "symfony/messenger": "^6.4|^7.0|^8.0",
"symfony/rate-limiter": "^7.4|^8.0", "symfony/process": "^6.4|^7.0|^8.0",
"symfony/stopwatch": "^7.4|^8.0" "symfony/rate-limiter": "^6.4|^7.0|^8.0",
"symfony/stopwatch": "^6.4|^7.0|^8.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -4477,7 +4482,7 @@
"http" "http"
], ],
"support": { "support": {
"source": "https://github.com/symfony/http-client/tree/v8.0.5" "source": "https://github.com/symfony/http-client/tree/v7.4.5"
}, },
"funding": [ "funding": [
{ {
@ -4497,7 +4502,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2026-01-27T16:18:07+00:00" "time": "2026-01-27T16:16:02+00:00"
}, },
{ {
"name": "symfony/http-client-contracts", "name": "symfony/http-client-contracts",
@ -4579,16 +4584,16 @@
}, },
{ {
"name": "symfony/http-foundation", "name": "symfony/http-foundation",
"version": "v7.4.4", "version": "v7.4.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-foundation.git", "url": "https://github.com/symfony/http-foundation.git",
"reference": "977a554a34cf8edc95ca351fbecb1bb1ad05cc94" "reference": "446d0db2b1f21575f1284b74533e425096abdfb6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/977a554a34cf8edc95ca351fbecb1bb1ad05cc94", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/446d0db2b1f21575f1284b74533e425096abdfb6",
"reference": "977a554a34cf8edc95ca351fbecb1bb1ad05cc94", "reference": "446d0db2b1f21575f1284b74533e425096abdfb6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4637,7 +4642,7 @@
"description": "Defines an object-oriented layer for the HTTP specification", "description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/http-foundation/tree/v7.4.4" "source": "https://github.com/symfony/http-foundation/tree/v7.4.5"
}, },
"funding": [ "funding": [
{ {
@ -4657,20 +4662,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2026-01-09T12:14:21+00:00" "time": "2026-01-27T16:16:02+00:00"
}, },
{ {
"name": "symfony/http-kernel", "name": "symfony/http-kernel",
"version": "v7.4.4", "version": "v7.4.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-kernel.git", "url": "https://github.com/symfony/http-kernel.git",
"reference": "48b067768859f7b68acf41dfb857a5a4be00acdd" "reference": "229eda477017f92bd2ce7615d06222ec0c19e82a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/48b067768859f7b68acf41dfb857a5a4be00acdd", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/229eda477017f92bd2ce7615d06222ec0c19e82a",
"reference": "48b067768859f7b68acf41dfb857a5a4be00acdd", "reference": "229eda477017f92bd2ce7615d06222ec0c19e82a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4756,7 +4761,7 @@
"description": "Provides a structured process for converting a Request into a Response", "description": "Provides a structured process for converting a Request into a Response",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/http-kernel/tree/v7.4.4" "source": "https://github.com/symfony/http-kernel/tree/v7.4.5"
}, },
"funding": [ "funding": [
{ {
@ -4776,7 +4781,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2026-01-24T22:13:01+00:00" "time": "2026-01-28T10:33:42+00:00"
}, },
{ {
"name": "symfony/mailer", "name": "symfony/mailer",
@ -4864,25 +4869,28 @@
}, },
{ {
"name": "symfony/mailgun-mailer", "name": "symfony/mailgun-mailer",
"version": "v8.0.0", "version": "v7.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/mailgun-mailer.git", "url": "https://github.com/symfony/mailgun-mailer.git",
"reference": "c8567e2b9a64db3aebd701838402a3726061c36a" "reference": "ffbcdbf93ed0700f083a6307acfb8f78dd3f091b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/mailgun-mailer/zipball/c8567e2b9a64db3aebd701838402a3726061c36a", "url": "https://api.github.com/repos/symfony/mailgun-mailer/zipball/ffbcdbf93ed0700f083a6307acfb8f78dd3f091b",
"reference": "c8567e2b9a64db3aebd701838402a3726061c36a", "reference": "ffbcdbf93ed0700f083a6307acfb8f78dd3f091b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=8.4", "php": ">=8.2",
"symfony/mailer": "^7.4|^8.0" "symfony/mailer": "^7.2|^8.0"
},
"conflict": {
"symfony/http-foundation": "<6.4"
}, },
"require-dev": { "require-dev": {
"symfony/http-client": "^7.4|^8.0", "symfony/http-client": "^6.4|^7.0|^8.0",
"symfony/webhook": "^7.4|^8.0" "symfony/webhook": "^6.4|^7.0|^8.0"
}, },
"type": "symfony-mailer-bridge", "type": "symfony-mailer-bridge",
"autoload": { "autoload": {
@ -4910,7 +4918,7 @@
"description": "Symfony Mailgun Mailer Bridge", "description": "Symfony Mailgun Mailer Bridge",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/mailgun-mailer/tree/v8.0.0" "source": "https://github.com/symfony/mailgun-mailer/tree/v7.4.0"
}, },
"funding": [ "funding": [
{ {
@ -4930,20 +4938,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-08-04T07:36:47+00:00" "time": "2025-08-04T07:05:15+00:00"
}, },
{ {
"name": "symfony/mime", "name": "symfony/mime",
"version": "v7.4.4", "version": "v7.4.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/mime.git", "url": "https://github.com/symfony/mime.git",
"reference": "40945014c0a9471ccfe19673c54738fa19367a3c" "reference": "b18c7e6e9eee1e19958138df10412f3c4c316148"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/mime/zipball/40945014c0a9471ccfe19673c54738fa19367a3c", "url": "https://api.github.com/repos/symfony/mime/zipball/b18c7e6e9eee1e19958138df10412f3c4c316148",
"reference": "40945014c0a9471ccfe19673c54738fa19367a3c", "reference": "b18c7e6e9eee1e19958138df10412f3c4c316148",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4954,15 +4962,15 @@
}, },
"conflict": { "conflict": {
"egulias/email-validator": "~3.0.0", "egulias/email-validator": "~3.0.0",
"phpdocumentor/reflection-docblock": "<3.2.2", "phpdocumentor/reflection-docblock": "<5.2|>=6",
"phpdocumentor/type-resolver": "<1.4.0", "phpdocumentor/type-resolver": "<1.5.1",
"symfony/mailer": "<6.4", "symfony/mailer": "<6.4",
"symfony/serializer": "<6.4.3|>7.0,<7.0.3" "symfony/serializer": "<6.4.3|>7.0,<7.0.3"
}, },
"require-dev": { "require-dev": {
"egulias/email-validator": "^2.1.10|^3.1|^4", "egulias/email-validator": "^2.1.10|^3.1|^4",
"league/html-to-markdown": "^5.0", "league/html-to-markdown": "^5.0",
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", "phpdocumentor/reflection-docblock": "^5.2",
"symfony/dependency-injection": "^6.4|^7.0|^8.0", "symfony/dependency-injection": "^6.4|^7.0|^8.0",
"symfony/process": "^6.4|^7.0|^8.0", "symfony/process": "^6.4|^7.0|^8.0",
"symfony/property-access": "^6.4|^7.0|^8.0", "symfony/property-access": "^6.4|^7.0|^8.0",
@ -4999,7 +5007,7 @@
"mime-type" "mime-type"
], ],
"support": { "support": {
"source": "https://github.com/symfony/mime/tree/v7.4.4" "source": "https://github.com/symfony/mime/tree/v7.4.5"
}, },
"funding": [ "funding": [
{ {
@ -5019,7 +5027,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2026-01-08T16:12:55+00:00" "time": "2026-01-27T08:59:58+00:00"
}, },
{ {
"name": "symfony/polyfill-ctype", "name": "symfony/polyfill-ctype",
@ -5852,16 +5860,16 @@
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v7.4.4", "version": "v7.4.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/process.git", "url": "https://github.com/symfony/process.git",
"reference": "626f07a53f4b4e2f00e11824cc29f928d797783b" "reference": "608476f4604102976d687c483ac63a79ba18cc97"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/626f07a53f4b4e2f00e11824cc29f928d797783b", "url": "https://api.github.com/repos/symfony/process/zipball/608476f4604102976d687c483ac63a79ba18cc97",
"reference": "626f07a53f4b4e2f00e11824cc29f928d797783b", "reference": "608476f4604102976d687c483ac63a79ba18cc97",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5893,7 +5901,7 @@
"description": "Executes commands in sub-processes", "description": "Executes commands in sub-processes",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/process/tree/v7.4.4" "source": "https://github.com/symfony/process/tree/v7.4.5"
}, },
"funding": [ "funding": [
{ {
@ -5913,7 +5921,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2026-01-20T09:23:51+00:00" "time": "2026-01-26T15:07:59+00:00"
}, },
{ {
"name": "symfony/routing", "name": "symfony/routing",
@ -11469,24 +11477,24 @@
}, },
{ {
"name": "ta-tikoma/phpunit-architecture-test", "name": "ta-tikoma/phpunit-architecture-test",
"version": "0.8.5", "version": "0.8.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/ta-tikoma/phpunit-architecture-test.git", "url": "https://github.com/ta-tikoma/phpunit-architecture-test.git",
"reference": "cf6fb197b676ba716837c886baca842e4db29005" "reference": "ad48430b92901fd7d003fdaf2d7b139f96c0906e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/ta-tikoma/phpunit-architecture-test/zipball/cf6fb197b676ba716837c886baca842e4db29005", "url": "https://api.github.com/repos/ta-tikoma/phpunit-architecture-test/zipball/ad48430b92901fd7d003fdaf2d7b139f96c0906e",
"reference": "cf6fb197b676ba716837c886baca842e4db29005", "reference": "ad48430b92901fd7d003fdaf2d7b139f96c0906e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"nikic/php-parser": "^4.18.0 || ^5.0.0", "nikic/php-parser": "^4.18.0 || ^5.0.0",
"php": "^8.1.0", "php": "^8.1.0",
"phpdocumentor/reflection-docblock": "^5.3.0", "phpdocumentor/reflection-docblock": "^5.3.0 || ^6.0.0",
"phpunit/phpunit": "^10.5.5 || ^11.0.0 || ^12.0.0", "phpunit/phpunit": "^10.5.5 || ^11.0.0 || ^12.0.0",
"symfony/finder": "^6.4.0 || ^7.0.0" "symfony/finder": "^6.4.0 || ^7.0.0 || ^8.0.0"
}, },
"require-dev": { "require-dev": {
"laravel/pint": "^1.13.7", "laravel/pint": "^1.13.7",
@ -11522,9 +11530,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/ta-tikoma/phpunit-architecture-test/issues", "issues": "https://github.com/ta-tikoma/phpunit-architecture-test/issues",
"source": "https://github.com/ta-tikoma/phpunit-architecture-test/tree/0.8.5" "source": "https://github.com/ta-tikoma/phpunit-architecture-test/tree/0.8.6"
}, },
"time": "2025-04-20T20:23:40+00:00" "time": "2026-01-30T07:16:00+00:00"
}, },
{ {
"name": "theseer/tokenizer", "name": "theseer/tokenizer",