Dashboard sipadu mbip
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.

composer.json 586B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "phpoption/phpoption",
  3. "description": "Option Type for PHP",
  4. "keywords": ["php","option","language","type"],
  5. "type": "library",
  6. "license": "Apache2",
  7. "authors": [
  8. {
  9. "name": "Johannes M. Schmitt",
  10. "email": "schmittjoh@gmail.com"
  11. }
  12. ],
  13. "require": {
  14. "php": ">=5.3.0"
  15. },
  16. "require-dev": {
  17. "phpunit/phpunit": "4.7.*"
  18. },
  19. "autoload": {
  20. "psr-0": { "PhpOption\\": "src/" }
  21. },
  22. "extra": {
  23. "branch-alias": {
  24. "dev-master": "1.3-dev"
  25. }
  26. }
  27. }