You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 5, 2022. It is now read-only.
@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?
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
"autoload": {
"psr-0": {
"Ensemble\Utils": "src/"
},
should be
"autoload": {
"psr-0": {
"Ensemble\Utils": "src/"
},
??
The text was updated successfully, but these errors were encountered: