28d9ca442f87677ca9e27c6827f3b6883400ffc7
[yaffs-website] / web / core / lib / Drupal / Component / Assertion / composer.json
1 {
2   "name": "drupal/core-assertion",
3   "description": "Provides runtime assertions similar to those in PHP 7, under PHP 5.",
4   "keywords": ["drupal"],
5   "homepage": "https://www.drupal.org/project/drupal",
6   "license": "GPL-2.0+",
7   "require": {
8     "php": ">=5.5.9"
9   },
10   "autoload": {
11     "psr-4": {
12       "Drupal\\Component\\Assertion\\": ""
13     }
14   }
15 }