1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name":"codeception/module-phpbrowser",
- "description":"Codeception module for testing web application over HTTP",
- "keywords":["codeception", "http", "functional-testing"],
- "homepage":"http://codeception.com/",
- "type":"library",
- "license":"MIT",
- "authors":[
- {
- "name":"Michael Bodnarchuk"
- },
- {
- "name":"Gintautas Miselis"
- }
- ],
- "minimum-stability": "RC",
- "require": {
- "php": ">=5.6.0 <9.0",
- "guzzlehttp/guzzle": "^6.3|^7.0",
- "codeception/lib-innerbrowser": "^1.3",
- "codeception/codeception": "^4.0"
- },
- "require-dev": {
- "codeception/module-rest": "^1.0"
- },
- "conflict": {
- "codeception/codeception": "<4.0"
- },
- "suggest": {
- "codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests"
- },
- "autoload":{
- "classmap": ["src/"]
- },
- "config": {
- "classmap-authoritative": true
- }
- }
|