Need 'DateTimeZone.getOffset', so now minimum version of dolibarr is
5.3.0
This commit is contained in:
parent
292c2eb4ba
commit
7a5030826b
@ -115,8 +115,7 @@ Divers:
|
|||||||
- Application simple à utiliser.
|
- Application simple à utiliser.
|
||||||
- Plusieurs thèmes visuels.
|
- Plusieurs thèmes visuels.
|
||||||
- Code simple et facilement personnalisable.
|
- Code simple et facilement personnalisable.
|
||||||
- Fonctionne avec MySQL 4.1+ ou PostgreSql 8.1.4+.
|
- Fonctionne avec PHP 5.3+, MySQL 4.1+ ou PostgreSql 8.1.4+.
|
||||||
- Fonctionne avec PHP 5.0+.
|
|
||||||
- Compatible avec toutes les offres Cloud du marché respectant les prérequis MySQL et PHP.
|
- Compatible avec toutes les offres Cloud du marché respectant les prérequis MySQL et PHP.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -113,7 +113,7 @@ See ChangeLog file found into package.
|
|||||||
- Multi-user, with several permissions levels for each feature.
|
- Multi-user, with several permissions levels for each feature.
|
||||||
- Very user friendly and easy to use.
|
- Very user friendly and easy to use.
|
||||||
- Highly customizable: Enable only modules you need, user personalized fields, choose your skin, several menu managers (can be used by internal users as a back-office with a particular menu, or by external users as a front-office with another one).
|
- Highly customizable: Enable only modules you need, user personalized fields, choose your skin, several menu managers (can be used by internal users as a back-office with a particular menu, or by external users as a front-office with another one).
|
||||||
- Works with PHP 5.2.1, MySql 4.1 or PostgreSQL 8.1.
|
- Works with PHP 5.3+, MySql 4.1 or PostgreSQL 8.1.
|
||||||
- Compatible with all Cloud solutions that match MySql, PHP or PostgreSQL prerequisites.
|
- Compatible with all Cloud solutions that match MySql, PHP or PostgreSQL prerequisites.
|
||||||
- An easy to understand, maintain and code interfaces with your own system information (PHP with no heavy frameworks, trigger and hook architecture).
|
- An easy to understand, maintain and code interfaces with your own system information (PHP with no heavy frameworks, trigger and hook architecture).
|
||||||
- Support countries specific features:
|
- Support countries specific features:
|
||||||
|
|||||||
@ -3,10 +3,10 @@
|
|||||||
"type": "project",
|
"type": "project",
|
||||||
"description": "Dolibarr ERP & CRM is a modern and easy to use web software to manage your business",
|
"description": "Dolibarr ERP & CRM is a modern and easy to use web software to manage your business",
|
||||||
"keywords": ["erp","crm"],
|
"keywords": ["erp","crm"],
|
||||||
"homepage": "http://dolibarr.org",
|
"homepage": "http://www.dolibarr.org",
|
||||||
"licence": "GPL-3.0+",
|
"licence": "GPL-3.0+",
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.2.1",
|
"php": ">=5.3.0",
|
||||||
"ext-gd": "*",
|
"ext-gd": "*",
|
||||||
"ext-curl": "*"
|
"ext-curl": "*"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user