Parcourir la source

Fixed incorrect license property.

Andrew Collington il y a 10 ans
Parent
commit
a2d935b9ff
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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",