Skip to content

Commit 233f4b8

Browse files
authored
Merge pull request #10 from cmatosbc/testin
json, lock
2 parents 59c87bf + f4976f1 commit 233f4b8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,19 @@
22
"name": "oopress/caching",
33
"description": "Collection of PSR-16 compliant cache drivers - some specific for Wordpress, but others agnostic.",
44
"type": "library",
5+
"version": "1.0.0",
56
"require": {
67
"psr/simple-cache": "^3.0"
78
},
89
"autoload":{
910
"psr-4": {
10-
"\\Oopress\\Cache\\": "src/"
11+
"Oopress\\": "src/"
1112
},
1213
"files": [
1314
"src/functions.php"
1415
]
1516
},
16-
"license": "GPL-3.0-or-later",
17+
"license": "Apache 2.0",
1718
"authors": [
1819
{
1920
"name": "cmatosbc",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)