Skip to content

Commit

Permalink
move phpunit to require dev
Browse files Browse the repository at this point in the history
  • Loading branch information
MrEssex committed Jun 14, 2023
1 parent e4d51dc commit de2cf93
Show file tree
Hide file tree
Showing 2 changed files with 815 additions and 886 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"name": "mressex/cache",
"description": "Different PSR-16 cache implementations",
"license": "MIT",
"type": "library",
"description": "Different PSR-16 cache implementations ",
"keywords": [
"Cache",
"Caching"
],
"license": "MIT",
"authors": [
{
"name": "Kyle Essex"
}
],
"require": {
"php": ">=7.4",
"php": "^7.4 || ^8.0",
"ext-apcu": "*",
"phpunit/phpunit": "^9.5.2",
"psr/simple-cache": "^1.0"
},
"provide": {
"psr/simple-cache-implementation": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5.2",
"roave/security-advisories": "dev-master"
},
"provide": {
"psr/simple-cache-implementation": "^1.0"
},
"autoload": {
"psr-4": {
"MrEssex\\FileCache\\": "src",
Expand Down
Loading

0 comments on commit de2cf93

Please sign in to comment.