Skip to content

Commit 79c35e0

Browse files
committed
fix dev-deps
1 parent bf93b90 commit 79c35e0

File tree

2 files changed

+84
-95
lines changed

2 files changed

+84
-95
lines changed

composer.json

Lines changed: 49 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,54 @@
11
{
2-
"name": "ofbeaton/phpami",
3-
"description": "Asterisk Manager Interface (AMI) for PHP 5.4+ supporting legacy v1.4 to v13 with no thrills.",
4-
"keywords": ["Asterisk", "astx", "AMI", "phpami", "phpagi", "pami", "pagi"],
5-
"homepage": "https://github.com/ofbeaton/phpami",
6-
"license": "LGPL 2.1",
7-
"authors": [
8-
{
9-
"name": "Finlay Beaton",
10-
"email": "ofbeaton@gmail.com"
11-
},
12-
{
13-
"name": "Phpami Community",
14-
"homepage": "https://github.com/ofbeaton/phpami/graphs/contributors"
15-
},
16-
{
17-
"name": "PHPAGI Community (pre-fork)",
18-
"homepage": "http://sourceforge.net/p/phpagi/_members/"
19-
}
20-
],
21-
"require": {
22-
"php": ">=5.4.0"
2+
"name": "ofbeaton/phpami",
3+
"description": "Asterisk Manager Interface (AMI) for PHP 5.4+ supporting legacy v1.4 to v13 with no thrills.",
4+
"keywords": [
5+
"Asterisk",
6+
"astx",
7+
"AMI",
8+
"phpami",
9+
"phpagi",
10+
"pami",
11+
"pagi"
12+
],
13+
"homepage": "https://github.com/ofbeaton/phpami",
14+
"license": "LGPL 2.1",
15+
"authors": [
16+
{
17+
"name": "Finlay Beaton",
18+
"email": "ofbeaton@gmail.com"
2319
},
24-
"require-dev": {
25-
"ofbeaton/granite": "^1.0"
20+
{
21+
"name": "Phpami Community",
22+
"homepage": "https://github.com/ofbeaton/phpami/graphs/contributors"
2623
},
27-
"config": {
28-
"bin-dir": "vbin"
29-
},
30-
"autoload": {
31-
"psr-4": {
32-
"PHPAMI\\": "src"
33-
}
34-
},
35-
"autoload-dev": {
36-
"psr-4": {
37-
"PHPAMI\\Tests\\": "tests"
38-
}
39-
},
40-
"extra": {
41-
"branch-alias": {
42-
"dev-master": "1.0-dev"
43-
}
24+
{
25+
"name": "PHPAGI Community (pre-fork)",
26+
"homepage": "http://sourceforge.net/p/phpagi/_members/"
27+
}
28+
],
29+
"require": {
30+
"php": ">=5.4.0"
31+
},
32+
"require-dev": {
33+
"ofbeaton/granite-php": "^6.0",
34+
"squizlabs/php_codesniffer": "^3.4"
35+
},
36+
"config": {
37+
"bin-dir": "vbin"
38+
},
39+
"autoload": {
40+
"psr-4": {
41+
"PHPAMI\\": "src"
42+
}
43+
},
44+
"autoload-dev": {
45+
"psr-4": {
46+
"PHPAMI\\Tests\\": "tests"
47+
}
48+
},
49+
"extra": {
50+
"branch-alias": {
51+
"dev-master": "1.0-dev"
4452
}
53+
}
4554
}

composer.lock

Lines changed: 35 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)