Advertisement
repente

Untitled

May 9th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. {
  2. "name" : "anax/noname",
  3. "description": "A me page for the oophp course.",
  4. "license": "MIT",
  5. "minimum-stability": "beta",
  6. "prefer-stable": true,
  7. "autoload": {
  8. "psr-4": {
  9. "Anax\\": "src/",
  10. "Mos\\": "src/"
  11. }
  12. },
  13. "require": {
  14. "anax/anax-oophp-me": "^2.0.0@beta"
  15. },
  16. "require-dev": {
  17. "phpunit/phpunit": "^7"
  18. }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement