Skip to content
This repository was archived by the owner on Jul 5, 2022. It is now read-only.

composer.json #2

Open
ltouro opened this issue Oct 25, 2013 · 2 comments
Open

composer.json #2

ltouro opened this issue Oct 25, 2013 · 2 comments

Comments

@ltouro
Copy link

ltouro commented Oct 25, 2013

"autoload": {
"psr-0": {
"Ensemble\Utils": "src/"
},

should be

"autoload": {
"psr-0": {
"Ensemble\Utils": "src/"
},

??

@juriansluiman
Copy link
Member

@ltouro I am sorry but I cannot see the differences between the two. In the composer.json I have a \\ to escape the backslash. Are you pointing this out?

@RWOverdijk
Copy link

github escaped the escaper, heh. But the backslash must be there. To make sure I wasn't talking out of my ass I checked:

./composer.json is invalid, the following errors/warnings were found:
"./composer.json" does not contain valid JSON
Parse error on line 3:
...r-0": {            "Ensemble\Utils": "s
----------------------^
Invalid string, it appears you have an unescaped backslash at: \U

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants