Browse Source

Fixed incorrect license property.

Andrew Collington 10 years ago
parent
commit
a2d935b9ff
1 changed files with 2 additions and 2 deletions
  1. 2 2
      composer.json

+ 2 - 2
composer.json

@@ -1,8 +1,8 @@
 {
   "name": "amnuts/opcache-gui",
-  "description": "A gui for Zend OPcache with a simple and effective interface and real-time updates",
+  "description": "A gui for Zend OPcache with a simple & effective interface and real-time updates",
   "minimum-stability": "stable",
-  "license": "MIT: http://acollington.mit-license.org/",
+  "license": "MIT",
   "authors": [
     {
       "name": "Andrew Collington",