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:
514 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "psr/cache",
|
---|
3 | "description": "Common interface for caching libraries",
|
---|
4 | "keywords": ["psr", "psr-6", "cache"],
|
---|
5 | "license": "MIT",
|
---|
6 | "authors": [
|
---|
7 | {
|
---|
8 | "name": "PHP-FIG",
|
---|
9 | "homepage": "https://www.php-fig.org/"
|
---|
10 | }
|
---|
11 | ],
|
---|
12 | "require": {
|
---|
13 | "php": ">=8.0.0"
|
---|
14 | },
|
---|
15 | "autoload": {
|
---|
16 | "psr-4": {
|
---|
17 | "Psr\\Cache\\": "src/"
|
---|
18 | }
|
---|
19 | },
|
---|
20 | "extra": {
|
---|
21 | "branch-alias": {
|
---|
22 | "dev-master": "1.0.x-dev"
|
---|
23 | }
|
---|
24 | }
|
---|
25 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.