Skip to content

Commit

Permalink
v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ve3 committed Dec 12, 2024
1 parent a388f82 commit 3da6148
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $RECYCLE.BIN/
cache/
cache/*
# composer.json for development only.
composer.json
./composer.json
# unit tests cache file.
.phpunit.result.cache
.phpunit.cache
24 changes: 0 additions & 24 deletions composer.json

This file was deleted.

4 changes: 2 additions & 2 deletions src/SimpleCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
* Rundiz SimpleCache
*
* @since 3.0
* @version 3.0.2
* @version 3.0.3
*/
class SimpleCache
{


const VERSION = '3.0.2';
const VERSION = '3.0.3';


}
25 changes: 25 additions & 0 deletions vendor/psr/simple-cache/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "psr/simple-cache",
"description": "Common interfaces for simple caching",
"keywords": ["psr", "psr-16", "cache", "simple-cache", "caching"],
"license": "MIT",
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-4": {
"Psr\\SimpleCache\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}

0 comments on commit 3da6148

Please # to comment.