Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. {
  2. "name": "cyrille/projects",
  3. "description": "projects with PHP and composer",
  4. "authors": [
  5. {
  6. "name": "Cyrille Stammler",
  7. "email": "cyrille.stammler@gmail.com"
  8. }
  9. ],
  10. "require": {
  11. "ehime/hello-world": "^1.0"
  12. },
  13. "autoload": {
  14. "psr-4": {"App\\": "src/"}
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement