-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
72 lines (72 loc) · 1.78 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "salsadigitalauorg/merlin-framework",
"description": "Open source migration framework (markup to structured data)",
"authors": [
{
"name": "Stuart Rowlands",
"email": "stuart@firecannon.com"
},
{
"name": "Steve Worley",
"email": "steven.worley@salsadigital.com.au"
},
{
"name": "Nick Georgiou",
"email": "nick.georgiou@salsadigital.com.au"
},
{
"name": "Andrew Rowlands",
"email": "andrew.rowlands@salsadigital.com.au"
}
],
"homepage": "https://salsadigitalauorg.github.io/merlin-framework/",
"support": {
"issues": "https://github.com/salsadigitalauorg/merlin-framework/issues",
"docs": "https://salsadigitalauorg.github.io/merlin-framework/",
"source": "https://github.com/salsadigitalauorg/merlin-framework"
},
"type": "library",
"keywords": [
"merlin",
"migration"
],
"require": {
"chuyskywalker/rolling-curl": "^3.1",
"consolidation/comments": "^1.0",
"dompdf/dompdf": "^0.8.3 || ^2.0.0",
"league/uri": "^6.0",
"masterminds/html5": "^2.5",
"mustangostang/spyc": "^0.6.2",
"myclabs/deep-copy": "^1.9",
"php-curl-class/php-curl-class": "^9.8",
"ramsey/uuid": "^3.8",
"samchristy/piechart": "^2.0",
"spatie/browsershot": "^3.5",
"spatie/crawler": "^7.1",
"symfony/console": "^6.0",
"symfony/css-selector": "^6.0",
"symfony/dom-crawler": "^6.0",
"symfony/yaml": "^6.0",
"twig/twig": "^3"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.4"
},
"prefer-stable": true,
"autoload": {
"classmap": [
"src/"
]
},
"config": {
"platform": {
"php": "8.1"
},
"optimize-autoloader": true,
"sort-packages": true
},
"bin": [
"merlin"
]
}