-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
42 lines (42 loc) · 961 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "bytic/orm-behaviors",
"type": "library",
"description": "Php Framework",
"homepage": "https://github.com/ByTIC/orm-filters",
"license": "MIT",
"authors": [
{
"name": "Gabriel Solomon",
"email": "hello@gabrielsolomon.ro"
}
],
"autoload": {
"psr-4": {
"ByTIC\\Records\\Behaviors\\": "src"
},
"classmap": [
],
"files": [
]
},
"autoload-dev": {
"psr-4": {
"ByTIC\\Records\\Behaviors\\Tests\\": "tests/src",
"ByTIC\\Records\\Behaviors\\Tests\\Fixtures\\": "tests/fixtures"
}
},
"require": {
"php": "^7.2|^8.0",
"bytic/orm": "^0.9|^1.0|^2.0",
"bytic/memoize": "^0.9|^1.0|^2.0",
"bytic/cache": "^0.9|^1.0|^2.0"
},
"require-dev": {
"bytic/phpqatools": "^1.0",
"bytic/container": "^0.9|^1.0|^2.0",
"bytic/translation": "^0.9|^1.0|^2.0",
"bytic/form": "^0.9|^1.0|^2.0"
},
"prefer-stable": true,
"minimum-stability": "dev"
}