Skip to content

Commit

Permalink
update license
Browse files Browse the repository at this point in the history
  • Loading branch information
Jazz-Man committed Apr 3, 2021
1 parent 397c00a commit fd01b7c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jazzman/wp-object-cache",
"license": "GPL-3.0+",
"license": "MIT",
"type": "wordpress-plugin",
"description": "Enable object caching for WordPress",
"authors": [
Expand All @@ -21,13 +21,10 @@
"ext-ctype": "*",
"ext-redis": "*",
"composer/installers": "^1",
"jazzman/singleton-trait": "^1.1",
"roots/wordpress": "^5"
},
"require-dev": {
"dg/composer-cleaner": "^2.1",
"roave/security-advisories": "dev-master",
"symfony/var-dumper": "^4.2",
"szepeviktor/phpstan-wordpress": "^0.7.5"
},
"extra": {
Expand All @@ -42,10 +39,5 @@
"psr-4": {
"JazzMan\\WPObjectCache\\": "src"
}
},
"replace": {
"symfony/polyfill-mbstring": "*",
"symfony/polyfill-php80": "*",
"symfony/polyfill-php72": "*"
}
}

0 comments on commit fd01b7c

Please sign in to comment.