mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-01 08:44:48 +02:00
Added a basic possibility to create/edit/delete specifications for parts.
This commit is contained in:
parent
502febb008
commit
a6e0f1738b
15 changed files with 1359 additions and 765 deletions
68
composer.lock
generated
68
composer.lock
generated
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "6ebc8e9705e901be6f00f9f6418cf900",
|
||||
"content-hash": "ec3095adecf24f5680e7c904c5f0731f",
|
||||
"packages": [
|
||||
{
|
||||
"name": "beberlei/assert",
|
||||
|
@ -1265,6 +1265,72 @@
|
|||
],
|
||||
"time": "2020-01-08T19:53:19+00:00"
|
||||
},
|
||||
{
|
||||
"name": "dunglas/doctrine-json-odm",
|
||||
"version": "1.0.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/dunglas/doctrine-json-odm.git",
|
||||
"reference": "70afdc23e68a31c7cbf8417f2dbb285ec929e14e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/dunglas/doctrine-json-odm/zipball/70afdc23e68a31c7cbf8417f2dbb285ec929e14e",
|
||||
"reference": "70afdc23e68a31c7cbf8417f2dbb285ec929e14e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"doctrine/orm": "^2.6.3",
|
||||
"php": "^7.1",
|
||||
"symfony/property-access": "^3.4 || ^4.1 || ^5.0",
|
||||
"symfony/property-info": "^3.4 || ^4.1 || ^5.0",
|
||||
"symfony/serializer": "^3.4 || ^4.1 || ^5.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/doctrine-bundle": "^1.8",
|
||||
"symfony/finder": "^3.4 || ^4.1 || ^5.0",
|
||||
"symfony/framework-bundle": "^3.4 || ^4.1 || ^5.0",
|
||||
"symfony/phpunit-bridge": "^5.0"
|
||||
},
|
||||
"suggest": {
|
||||
"scienta/doctrine-json-functions": "To add support for JSON functions in DQL.",
|
||||
"symfony/framework-bundle": "To use the provided bundle."
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.0.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Dunglas\\DoctrineJsonOdm\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Kévin Dunglas",
|
||||
"email": "dunglas@gmail.com",
|
||||
"homepage": "https://dunglas.fr"
|
||||
}
|
||||
],
|
||||
"description": "An object document mapper for Doctrine ORM using JSON types of modern RDBMS.",
|
||||
"homepage": "https://dunglas.fr",
|
||||
"keywords": [
|
||||
"database",
|
||||
"json",
|
||||
"mysql",
|
||||
"odm",
|
||||
"orm",
|
||||
"postgresql",
|
||||
"rdbms"
|
||||
],
|
||||
"time": "2019-12-23T09:48:22+00:00"
|
||||
},
|
||||
{
|
||||
"name": "egulias/email-validator",
|
||||
"version": "2.1.17",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue