Projet

Général

Profil

Paste
Télécharger (603 octets) Statistiques
| Branche: | Révision:

root / drupal7 / misc / typo3 / phar-stream-wrapper / composer.json @ cd5c298a

1
{
2
    "name": "typo3/phar-stream-wrapper",
3
    "description": "Interceptors for PHP's native phar:// stream handling",
4
    "type": "library",
5
    "license": "MIT",
6
    "homepage": "https://typo3.org/",
7
    "keywords": ["php", "phar", "stream-wrapper", "security"],
8
    "require": {
9
        "php": "^5.3.3|^7.0"
10
    },
11
    "require-dev": {
12
        "phpunit/phpunit": "^4.8.36"
13
    },
14
    "autoload": {
15
        "psr-4": {
16
            "TYPO3\\PharStreamWrapper\\": "src/"
17
        }
18
    },
19
    "autoload-dev": {
20
        "psr-4": {
21
            "TYPO3\\PharStreamWrapper\\Tests\\": "tests/"
22
        }
23
    }
24
}