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

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