eesyphp/composer.json
Benjamin Renard 6fdc5447f1 Some improvments from recent works on apps based on its "framework"
* Code cleaning and fix some small errors using Phpstan
* Configure pre-commit to run Phpstan before each commit
* Some little improvments and logging, mail, smarty & URL libs
* Add Sentry integration
* Add Webstat JS code inclusion
* Install Smarty dependency using composer

Breaking changes:
* Rename Event class as HookEvent to avoid conflict with PECL event
* URL with refresh GET parameter now automatically trigger redirection without it
 after page loading to avoid to keep it in URL
2023-01-29 11:51:41 +01:00

24 lines
628 B
JSON

{
"name": "ee/eesyphp",
"description": "Easter-eggs easyphp PHP framework for simple web apps",
"authors": [
{
"name": "Easter-eggs",
"email": "info@easter-eggs.com"
}
],
"require": {
"envms/fluentpdo": "^1.1",
"pear/console_table": "^1.3",
"brenard/php-unidecode": "dev-master",
"smarty/smarty": "3.1.34",
"smarty-gettext/smarty-gettext": "^1.6",
"smarty-gettext/tsmarty2c": "^0.2.1",
"sepia/po-parser": "^6.0",
"sentry/sdk": "^3.3"
},
"require-dev": {
"phpstan/phpstan": "^1.9"
}
}