diff --git a/composer.json b/composer.json index 4cd451860151b785e0f6b01cf6c543a0c1206543..c342fae9d3d25e7d5f54bf2005187bc669bfcb0e 100644 --- a/composer.json +++ b/composer.json @@ -1,16 +1,16 @@ { - "name": "drupal/subrequests", - "description": "Add a front controller that you can use to make subrequests.", - "type": "drupal-module", - "require": { - "php-jsonpointer/php-jsonpointer": "^3.0" - }, - "license": "GPL-2.0+", - "authors": [ - { - "name": "Mateu Aguiló Bosch", - "email": "mateu.aguilo.bosch@gmail.com" - } - ], - "minimum-stability": "dev" + "name": "drupal/subrequests", + "description": "Add a front controller that you can use to make subrequests.", + "type": "drupal-module", + "require": { + "php-jsonpointer/php-jsonpointer": "^3.0" + }, + "license": "GPL-2.0+", + "authors": [ + { + "name": "Mateu Aguiló Bosch", + "email": "mateu.aguilo.bosch@gmail.com" + } + ], + "minimum-stability": "dev" }