|
1 | 1 | { |
2 | | - "name": "angrybytes/domainobject", |
3 | | - "description": "A simple DomainObject implementation that provides simulated properties for PHP < 5.5", |
4 | | - "license": "MIT", |
5 | | - "authors": [ |
6 | | - { |
7 | | - "name": "Angry Bytes BV", |
8 | | - "email": "info@angrybytes.com", |
9 | | - "role": "owner", |
10 | | - "homepage": "http://angrybytes.com/" |
11 | | - }, |
12 | | - { |
13 | | - "name": "Maurice Fonk", |
14 | | - "email": "maurice@naneau.net", |
15 | | - "role": "developer" |
16 | | - } |
17 | | - ], |
18 | | - "autoload": { |
19 | | - "psr-0": { |
20 | | - "AngryBytes\\DomainObject": "src/" |
21 | | - } |
| 2 | + "name": "angrybytes/domainobject", |
| 3 | + "description": "A simple DomainObject implementation that provides simulated properties", |
| 4 | + "license": "MIT", |
| 5 | + "authors": [ |
| 6 | + { |
| 7 | + "name": "Angry Bytes BV", |
| 8 | + "email": "info@angrybytes.com", |
| 9 | + "role": "owner", |
| 10 | + "homepage": "http://angrybytes.com/" |
22 | 11 | }, |
23 | | - "require": {}, |
24 | | - "require-dev": { |
25 | | - "phpunit/phpunit": "3.7.*" |
| 12 | + { |
| 13 | + "name": "Maurice Fonk", |
| 14 | + "email": "maurice@naneau.net", |
| 15 | + "role": "developer" |
26 | 16 | } |
| 17 | + ], |
| 18 | + "autoload": { |
| 19 | + "psr-0": { |
| 20 | + "AngryBytes\\DomainObject": "src/", |
| 21 | + "AngryBytes\\DomainObject\\Test": "tests/" |
| 22 | + } |
| 23 | + }, |
| 24 | + "require": { |
| 25 | + "php": "7.4.* || 8.0.* || 8.1.*" |
| 26 | + }, |
| 27 | + "require-dev": { |
| 28 | + "phpstan/phpstan": "1.2.0", |
| 29 | + "phpunit/phpunit": "9.5.10", |
| 30 | + "squizlabs/php_codesniffer": "3.6.2" |
| 31 | + } |
27 | 32 | } |
0 commit comments