Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit 1f07eaa

Browse files
committed
added PSR-4 autoload
1 parent 1986043 commit 1f07eaa

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,10 @@
77
"require-dev": {
88
"phpunit/phpunit": "4.8.*",
99
"squizlabs/php_codesniffer": "2.*"
10+
},
11+
"autoload": {
12+
"psr-4": {
13+
"adriangibbons\\": "src/"
14+
}
1015
}
11-
}
16+
}

0 commit comments

Comments
 (0)