Skip to content

Commit d306905

Browse files
committed
Change psr-0 to psr-4
1 parent 3b2b6d1 commit d306905

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@
3636
"phpunit/phpunit": "4.8.*"
3737
},
3838
"autoload": {
39-
"psr-0": {
40-
"JasperPHP": "src/"
41-
}
39+
"psr-4": { "JasperPHP\\": "src/" }
4240
}
4341
}

0 commit comments

Comments
 (0)