composer.json 691B

1234567891011121314151617181920212223242526
  1. {
  2. "description": "The CodeIgniter framework",
  3. "name": "codeigniter/framework",
  4. "type": "project",
  5. "homepage": "https://codeigniter.com",
  6. "license": "MIT",
  7. "support": {
  8. "forum": "http://forum.codeigniter.com/",
  9. "wiki": "https://github.com/bcit-ci/CodeIgniter/wiki",
  10. "slack": "https://codeigniterchat.slack.com",
  11. "source": "https://github.com/bcit-ci/CodeIgniter"
  12. },
  13. "require": {
  14. "php": ">=5.3.7",
  15. "phpoffice/phpspreadsheet": "^1.22",
  16. "halaxa/json-machine": "^1.0"
  17. },
  18. "suggest": {
  19. "paragonie/random_compat": "Provides better randomness in PHP 5.x"
  20. },
  21. "require-dev": {
  22. "mikey179/vfsstream": "1.1.*",
  23. "phpunit/phpunit": "4.* || 5.*"
  24. }
  25. }