Browse Source

the reflection stuff requires `phpunit/phpunit`

pull/2/head
Cerys 4 months ago
parent
commit
fb9d556547
  1. 4
      composer.json
  2. 6
      composer.lock

4
composer.json

@ -22,10 +22,10 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"ext-curl": "*" "ext-curl": "*",
"phpunit/phpunit": "^9.5"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^9.5"
}, },
"scripts": { "scripts": {
"test": "phpunit" "test": "phpunit"

6
composer.lock

@ -4,9 +4,8 @@
"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": "41893d70ec149c7be1cf37242a2b8336", "content-hash": "50a1b1c6fce1e9a0010b700a3f1f5662",
"packages": [], "packages": [
"packages-dev": [
{ {
"name": "doctrine/instantiator", "name": "doctrine/instantiator",
"version": "2.0.x-dev", "version": "2.0.x-dev",
@ -1754,6 +1753,7 @@
"time": "2024-03-03T12:36:25+00:00" "time": "2024-03-03T12:36:25+00:00"
} }
], ],
"packages-dev": [],
"aliases": [], "aliases": [],
"minimum-stability": "dev", "minimum-stability": "dev",
"stability-flags": [], "stability-flags": [],

Loading…
Cancel
Save