A fork of potaka/bbcode to handle future maintenance
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.

16 lines
240B

  1. {
  2. "name": "potaka/bbcode",
  3. "type": "library",
  4. "description": "php parser for bb code",
  5. "license": "MIT",
  6. "require": {
  7. "php": ">=7.0",
  8. "phpUnit/phpUnit": "5.6.*"
  9. },
  10. "autoload": {
  11. "psr-0": {
  12. "Potaka": "src/"
  13. }
  14. }
  15. }