You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
609 B

7 years ago
  1. {
  2. "name": "p3k/utils",
  3. "type": "library",
  4. "description": "Some helpful functions used by https://p3k.io projects",
  5. "license": "MIT",
  6. "homepage": "https://github.com/aaronpk/p3k-utils",
  7. "authors": [
  8. {
  9. "name": "Aaron Parecki",
  10. "homepage": "https://aaronparecki.com"
  11. }
  12. ],
  13. "require": {
  14. "php": ">=5.5"
  15. },
  16. "require-dev": {
  17. "phpunit/phpunit": "^4.8.13",
  18. "predis/predis": "1.1.*"
  19. },
  20. "autoload": {
  21. "files": [
  22. "src/global.php",
  23. "src/url.php",
  24. "src/utils.php",
  25. "src/date.php",
  26. "src/cache.php"
  27. ]
  28. },
  29. "autoload-dev": {
  30. }
  31. }