Browse Source

made `phpunit/phpunit` `require-dev` instead

dev
Cerys 3 weeks ago
parent
commit
298a9ff220
  1. 4
      composer.json
  2. 6
      composer.lock

4
composer.json

@ -21,10 +21,10 @@
} }
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1"
"phpunit/phpunit": "11.4.4"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "11.4.4"
}, },
"scripts": { "scripts": {
"test": "phpunit" "test": "phpunit"

6
composer.lock

@ -4,8 +4,9 @@
"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": "8e5b1c40fcff22ecd6b93bfbfeacc9b8", "content-hash": "dc52ff7e2c972661f8d8e92fc3c9d5e9",
"packages": [ "packages": [],
"packages-dev": [
{ {
"name": "myclabs/deep-copy", "name": "myclabs/deep-copy",
"version": "1.x-dev", "version": "1.x-dev",
@ -1661,7 +1662,6 @@
"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