Files
database/composer.json

16 lines
290 B
JSON
Raw Normal View History

2021-10-13 22:46:10 -03:00
{
"name": "provm/database",
2022-09-08 18:11:36 -04:00
"type": "project",
"require-dev": {
"phpunit/phpunit": "^9.5",
"kint-php/kint": "^4.2"
2021-10-13 22:46:10 -03:00
},
"authors": [
{
"name": "Aldarien",
"email": "aldarien85@gmail.com"
}
2022-09-08 18:11:36 -04:00
],
"require": {}
2021-10-13 22:46:10 -03:00
}