A modest collection of PHP libraries used at SparkFun.
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.

19 lines
374 B

  1. {
  2. "name": "sparkfun/sparklib",
  3. "description": "A collection of PHP libraries from SparkFun Electronics",
  4. "license": "GPL",
  5. "authors": [
  6. {
  7. "name": "Brennen Bearnes",
  8. "email": "brennen@sparkfun.com"
  9. }
  10. ],
  11. "require": {
  12. "php": ">=5.5.17"
  13. },
  14. "autoload": {
  15. "psr-0" : {
  16. "SparkLib" : "lib/"
  17. }
  18. }
  19. }