Skip to content

Commit fae9f01

Browse files
committed
PSR-4 compliant
1 parent 43d87aa commit fae9f01

File tree

92 files changed

+648
-216
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+648
-216
lines changed

composer.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "hyunkel/php-design-patterns",
2+
"name": "Hyunk3l/php-design-patterns",
33
"description": "Just another design patterns collection for PHP",
44
"authors": [
55
{
@@ -8,12 +8,19 @@
88
}
99
],
1010
"require": {
11-
"phpunit/phpunit": "4.4.*",
1211
"squizlabs/php_codesniffer": "dev-master"
1312
},
1413
"autoload": {
1514
"psr-4": {
16-
"PhpDesignPatterns\\": ""
15+
"Hyunk3l\\PhpDesignPatterns\\": "src/"
1716
}
17+
},
18+
"autoload-dev": {
19+
"psr-4": {
20+
"Hyunk3l\\Test\\PhpDesignPatterns\\": "test/"
21+
}
22+
},
23+
"require-dev": {
24+
"phpunit/phpunit": "^6.0"
1825
}
19-
}
26+
}

0 commit comments

Comments
 (0)