xref: /web-php/composer.json (revision 6a217791)
1{
2    "name": "php/web-php",
3    "description": "The www.php.net site.",
4    "license": "proprietary",
5    "type": "project",
6    "homepage": "https://www.php.net/",
7    "support": {
8        "source": "https://github.com/php/web-php"
9    },
10    "require": {
11        "php": "~8.2.0"
12    },
13    "require-dev": {
14        "ext-curl": "*",
15        "friendsofphp/php-cs-fixer": "^3.51.0",
16        "phpunit/phpunit": "^11.0.5"
17    },
18    "autoload": {
19        "psr-4": {
20            "phpweb\\": "src/"
21        }
22    },
23    "autoload-dev": {
24        "psr-4": {
25            "phpweb\\Test\\": "tests/"
26        }
27    },
28    "config": {
29        "platform": {
30            "php": "8.2.0"
31        },
32        "sort-packages": true
33    }
34}
35