|
| 1 | +{ |
| 2 | + "name": "codeigniter4/devkit", |
| 3 | + "type": "library", |
| 4 | + "description": "Development toolkit for CodeIgniter libraries and projects", |
| 5 | + "keywords": [ |
| 6 | + "codeigniter", |
| 7 | + "codeigniter4", |
| 8 | + "devkit", |
| 9 | + "toolkit", |
| 10 | + "development", |
| 11 | + "tools" |
| 12 | + ], |
| 13 | + "homepage": "https://github.com/codeigniter4/devkit", |
| 14 | + "license": "MIT", |
| 15 | + "authors": [ |
| 16 | + { |
| 17 | + "name": "Matthew Gatner", |
| 18 | + "email": "mgatner@tattersoftware.com", |
| 19 | + "homepage": "https://tattersoftware.com", |
| 20 | + "role": "Developer" |
| 21 | + } |
| 22 | + ], |
| 23 | + "require": { |
| 24 | + "php": "^7.3 || ^8.0", |
| 25 | + "codeigniter/coding-standard": "^1.1", |
| 26 | + "fakerphp/faker": "^1.9", |
| 27 | + "mikey179/vfsstream": "^1.6", |
| 28 | + "nexusphp/cs-config": "^3.1", |
| 29 | + "nexusphp/tachycardia": "^1.0", |
| 30 | + "phpstan/extension-installer": "^1.1", |
| 31 | + "phpstan/phpstan": "^1.0", |
| 32 | + "phpstan/phpstan-deprecation-rules": "^1.0", |
| 33 | + "phpstan/phpstan-phpunit": "^1.0", |
| 34 | + "phpunit/phpunit": "^9.3", |
| 35 | + "roave/security-advisories": "dev-latest" |
| 36 | + }, |
| 37 | + "require-dev": { |
| 38 | + "codeigniter4/codeigniter4": "dev-develop" |
| 39 | + }, |
| 40 | + "repositories": [ |
| 41 | + { |
| 42 | + "type": "vcs", |
| 43 | + "url": "https://github.com/codeigniter4/CodeIgniter4" |
| 44 | + } |
| 45 | + ], |
| 46 | + "minimum-stability": "dev", |
| 47 | + "prefer-stable": true |
| 48 | +} |
0 commit comments