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.

18 lines
277B

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