cli-barcode PHP
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 

25 rader
538 B

  1. {
  2. "name": "ulrichsg/getopt-php",
  3. "type": "library",
  4. "description": "Command line arguments parser for PHP 5.3",
  5. "homepage": "http://ulrichsg.github.io/getopt-php",
  6. "license": "MIT",
  7. "authors": [
  8. {
  9. "name": "Ulrich Schmidt-Goertz",
  10. "email": "ulrich@schmidt-goertz.de"
  11. }
  12. ],
  13. "require": {
  14. "php": ">=5.3.0"
  15. },
  16. "require-dev": {
  17. "phpunit/phpunit": "3.7.*"
  18. },
  19. "autoload": {
  20. "psr-0": {
  21. "Ulrichsg\\": "src"
  22. }
  23. }
  24. }