Subversion-Projekte lars-tiefland.laravel_shop

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
148 lars 1
{
2
	"name": "hamcrest/hamcrest-php",
3
	"type": "library",
4
	"description": "This is the PHP port of Hamcrest Matchers",
5
	"keywords": ["test"],
6
	"license": "BSD-3-Clause",
7
	"authors": [
8
	],
9
 
10
	"autoload": {
11
		"classmap": ["hamcrest"]
12
	},
13
	"autoload-dev": {
14
		"classmap": ["tests", "generator"]
15
	},
16
 
17
	"require": {
18
		"php": "^5.3|^7.0|^8.0"
19
	},
20
 
21
	"require-dev": {
22
		"phpunit/php-file-iterator": "^1.4 || ^2.0",
23
		"phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
24
	},
25
 
26
	"replace": {
27
		"kodova/hamcrest-php": "*",
28
		"davedevelopment/hamcrest-php": "*",
29
		"cordoval/hamcrest-php": "*"
30
	},
31
 
32
    "extra": {
33
        "branch-alias": {
34
            "dev-master": "2.1-dev"
35
        }
36
    }
37
}