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 173B

1234567891011
  1. {
  2. "config": {
  3. "platform": {
  4. "php": "7.3"
  5. }
  6. },
  7. "require": {
  8. "friendsofphp/php-cs-fixer": "2.19.1",
  9. "nextcloud/coding-standard": "^0.5.0"
  10. }
  11. }