Skip to content

Commit ce65798

Browse files
authored
Merge pull request #797 from schmittjoh/revert-back-to-psr0
Revert back to PSR-0
2 parents 020f2a2 + 1fcacaa commit ce65798

130 files changed

Lines changed: 2 additions & 2 deletions

File tree

Some content is hidden

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

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"phpunit/phpunit": "^4.8|^5.0"
5050
},
5151
"autoload": {
52-
"psr-4": {
53-
"JMS\\Serializer\\": "src/"
52+
"psr-0": {
53+
"JMS\\Serializer": "src/"
5454
}
5555
},
5656
"autoload-dev": {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)