A super easy PHP Framework for web development! https://github.com/exacti/phacil-framework
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.4 KiB

[
{
"name": "dwoo/dwoo",
"version": "1.3.7",
"version_normalized": "1.3.7.0",
"source": {
"type": "git",
"url": "https://github.com/dwoo-project/dwoo.git",
"reference": "30592b34b38b1d50e3c7a88b8a5ce315d40ea96e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dwoo-project/dwoo/zipball/30592b34b38b1d50e3c7a88b8a5ce315d40ea96e",
"reference": "30592b34b38b1d50e3c7a88b8a5ce315d40ea96e",
"shasum": ""
},
"require": {
"php": "^5.3|^7.0"
},
"require-dev": {
"phpunit/phpunit": "4.8.27"
},
"time": "2018-04-18T14:25:28+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"Dwoo\\": "lib/Dwoo/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0-only"
],
"authors": [
{
"name": "David Sanchez",
"email": "david38sanchez@gmail.com"
}
],
"description": "Dwoo is a PHP5/PHP7 template engine which is (almost) fully compatible with Smarty templates and plugins, but is written from scratch for PHP5, and adds many features."
}
]