Skip to content

Commit bd762f1

Browse files
authored
Task/docs (#22)
* Start adding better docs * add docs * More doc improvments * Final docs push before 0.2 * update composer * Remove more removed code from autoload
1 parent acd8c2b commit bd762f1

Some content is hidden

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

43 files changed

+962
-878
lines changed

README.md

+72-382
Large diffs are not rendered by default.

composer.json

+2-6
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,7 @@
3030
},
3131
"autoload-dev": {
3232
"psr-4": {
33-
"Cspray\\AnnotatedContainer\\": "test",
34-
"Acme\\AnnotatedContainerDemo\\": ["examples/getting_started/src", "examples/scalar_values/src", "examples/scalar_and_service_defines/src"]
35-
},
36-
"files": [
37-
"examples/scalar_values/src/constants.php"
38-
]
33+
"Cspray\\AnnotatedContainer\\": "test"
34+
}
3935
}
4036
}

0 commit comments

Comments
 (0)