Skip to content

Commit b1eebdd

Browse files
committed
Reformatting code to PSR's 0-3
1 parent cdb6b7d commit b1eebdd

23 files changed

Lines changed: 2567 additions & 2560 deletions

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.scope
2+
.idea

composer.json

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
{
2-
"name": "uecode/daemon-bundle",
3-
"type": "library",
4-
"description": "Symfony2 Daemon Bundle",
5-
"keywords": ["php", "daemon" ],
6-
"homepage": "https://github.com/uecode/daemon-bundle",
7-
"license": "MIT",
8-
"authors": [
9-
{
10-
"name": "Aaron Scherer",
11-
"email": "aequasi@gmail.com",
12-
"role": "developer",
13-
"homepage": "https://github.com/aequasi"
14-
},
15-
{
16-
"name": "Michał Matulka",
17-
"email": "therealmikz@gmail.com",
18-
"role": "developer",
19-
"homepage": "https://github.com/therealmikz"
20-
}
21-
],
22-
"support": {
23-
"email": "aaron@undergroundelephant.com"
24-
},
25-
"require": {
26-
"php": ">=5.3.0",
27-
"ext-json": "*",
28-
"uecode/daemon": "dev-master",
29-
"uecode/uecode-bundle": "dev-master"
30-
},
31-
"require-dev": {
32-
"symfony/symfony": "dev-master"
33-
},
34-
"suggest": {
35-
"monolog/monolog": "Allows more advanced logging of the application flow",
36-
"react/react": "Enables react support - use ReactCommand instead of ExtendCommand"
37-
},
38-
"autoload": {
2+
"name": "uecode/daemon-bundle",
3+
"type": "library",
4+
"description": "Symfony2 Daemon Bundle",
5+
"keywords": ["php", "daemon"],
6+
"homepage": "https://github.com/uecode/daemon-bundle",
7+
"license": "MIT",
8+
"authors": [
9+
{
10+
"name": "Aaron Scherer",
11+
"email": "aequasi@gmail.com",
12+
"role": "developer",
13+
"homepage": "https://github.com/aequasi"
14+
},
15+
{
16+
"name": "Michał Matulka",
17+
"email": "therealmikz@gmail.com",
18+
"role": "developer",
19+
"homepage": "https://github.com/therealmikz"
20+
}
21+
],
22+
"support": {
23+
"email": "aaron@undergroundelephant.com"
24+
},
25+
"require": {
26+
"php": ">=5.3.0",
27+
"ext-json": "*",
28+
"uecode/daemon": "dev-master",
29+
"uecode/uecode-bundle": "dev-master"
30+
},
31+
"require-dev": {
32+
"symfony/symfony": "dev-master"
33+
},
34+
"suggest": {
35+
"monolog/monolog": "Allows more advanced logging of the application flow",
36+
"react/react": "Enables react support - use ReactCommand instead of ExtendCommand"
37+
},
38+
"autoload": {
3939
"psr-0": {
40-
"": "src"
40+
"Uecode\\Bundle\\DaemonBundle": "src"
4141
}
4242
}
4343
}

0 commit comments

Comments
 (0)