Browse Source

Merge pull request 'Schema Generation Code' (#2) from schema-creation into master

Reviewed-on: #2
pull/4/head
cerys 4 months ago
parent
commit
e0a462fdd3
  1. 4
      composer.json
  2. 6
      composer.lock

4
composer.json

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

6
composer.lock

@ -4,9 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "41893d70ec149c7be1cf37242a2b8336",
"packages": [],
"packages-dev": [
"content-hash": "50a1b1c6fce1e9a0010b700a3f1f5662",
"packages": [
{
"name": "doctrine/instantiator",
"version": "2.0.x-dev",
@ -1754,6 +1753,7 @@
"time": "2024-03-03T12:36:25+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": [],

Loading…
Cancel
Save