Last change
on this file since f9c482b was f9c482b, checked in by Vlado 222039 <vlado.popovski@…>, 7 days ago |
Upload new project files
|
-
Property mode
set to
100644
|
File size:
627 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "psr/http-message",
|
---|
3 | "description": "Common interface for HTTP messages",
|
---|
4 | "keywords": ["psr", "psr-7", "http", "http-message", "request", "response"],
|
---|
5 | "homepage": "https://github.com/php-fig/http-message",
|
---|
6 | "license": "MIT",
|
---|
7 | "authors": [
|
---|
8 | {
|
---|
9 | "name": "PHP-FIG",
|
---|
10 | "homepage": "https://www.php-fig.org/"
|
---|
11 | }
|
---|
12 | ],
|
---|
13 | "require": {
|
---|
14 | "php": "^7.2 || ^8.0"
|
---|
15 | },
|
---|
16 | "autoload": {
|
---|
17 | "psr-4": {
|
---|
18 | "Psr\\Http\\Message\\": "src/"
|
---|
19 | }
|
---|
20 | },
|
---|
21 | "extra": {
|
---|
22 | "branch-alias": {
|
---|
23 | "dev-master": "2.0.x-dev"
|
---|
24 | }
|
---|
25 | }
|
---|
26 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.