-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
42 lines (42 loc) · 923 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": "attlaz/project",
"description": "Attlaz iPaas solutions & tools for cloud connected businesses, automation and scaling",
"keywords": [
"attlaz",
"connect",
"connection",
"integrate",
"synchronize",
"automate"
],
"license": "MIT",
"type": "project",
"version": "1.1.0",
"homepage": "https://attlaz.com",
"require": {
"php": "^7.4 || ^8.0",
"attlaz/project-base": "^1.7.0",
"attlaz/adapter-base": "^1.4.3"
},
"autoload": {
"psr-4": {
"App\\": "src/App"
}
},
"require-dev": {
"phpunit/phpunit": "^9.3",
"monolog/monolog": "^2.1",
"bramus/monolog-colored-line-formatter": "~3.0"
},
"repositories": [
{
"type": "composer",
"url": "https://repo.attlaz.com/"
}
],
"scripts": {
"post-autoload-dump": "Attlaz\\Project\\Setup\\Install::run"
},
"minimum-stability": "dev",
"prefer-stable": true
}