composer.json
changeset 48 d476d5f4758f
parent 45 a56e7f9a0463
equal deleted inserted replaced
47:03388ec805b4 48:d476d5f4758f
     1 {
     1 {
       
     2     "name": "4customers.de/bfw",
       
     3     "description": "The Broeker Framework",
       
     4     "minimum-stability": "stable",
       
     5     "license": "proprietary",
       
     6     "authors": [
       
     7         {
       
     8             "name": "Markus Bröker",
       
     9             "email": "broeker.markus@googlemail.com"
       
    10         }
       
    11     ],
     2     "require": {
    12     "require": {
     3         "smarty/smarty": "^3.1",
    13         "smarty/smarty": "^3.1",
     4         "apache/log4php": "^2.3"
    14         "apache/log4php": "^2.3"
     5     }
    15     }
     6 }
    16 }