forked from K-Phoen/rulerz
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
42 lines (42 loc) · 1.32 KB
/
composer.json
File metadata and controls
42 lines (42 loc) · 1.32 KB
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": "redeye/rulerz",
"type": "library",
"license": "MIT",
"description": "Powerful implementation of the Specification pattern",
"keywords": ["specification", "doctrine"],
"autoload": {
"psr-4": { "RulerZ\\": "src/" }
},
"autoload-dev": {
"psr-4": {
"Entity\\": "examples/entities/",
"SampleSpecs\\": "examples/specs/",
"MyDb\\": "pomm/MyDb",
"RulerZ\\Stub\\": "tests/stub/",
"spec\\RulerZ\\": "tests/spec/RulerZ/"
}
},
"require": {
"php": ">=7.1",
"redeye/hoa-stream": "^1.0.1",
"hoa/ruler": "~2.0",
"symfony/property-access": "^4.4|^5.0|^6.0"
},
"require-dev": {
"behat/behat": "~3.0",
"coduo/phpspec-data-provider-extension": "~1.0,!=1.0.2",
"doctrine/orm": "~2.4",
"elasticsearch/elasticsearch": "~1.0",
"illuminate/database": "~5.0",
"kphoen/rusty": "dev-master",
"liip/rmt": "^1.2",
"mikey179/vfsstream": "~1.4",
"phpspec/phpspec": "~2.0,>=2.4@dev",
"pomm-project/cli": "~2.0@dev",
"pomm-project/foundation": "~2.0@dev",
"pomm-project/model-manager": "~2.0.@dev",
"ruflin/elastica": "~1.0",
"solarium/solarium": "~3.0",
"vlucas/phpdotenv": "~2.1"
}
}