Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
don
Commits
5b159eb9
Commit
5b159eb9
authored
Nov 09, 2020
by
Bastien Le Querrec
Browse files
update minimum PHP version in composer config and README
parent
0df3de63
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
5b159eb9
...
...
@@ -44,7 +44,7 @@ and for developers you may also need :
This software uses:
*
**PHP
5.6**
currently (migration to PHP7.x is in the pipe)
*
**PHP
7.3**
*
**phinx**
to inject database schema and initial data / accounts into MySQL see https://phinx.org/
*
**php-cs-fixer**
to check php code for errors and fix coding standard issues, see https://github.com/FriendsOfPHP/PHP-CS-Fixer
*
**doctrine/dbal**
as ORM see https://github.com/doctrine/dbal
...
...
composer.json
View file @
5b159eb9
...
...
@@ -27,7 +27,7 @@
"config"
:
{
"preferred-install"
:
"dist"
,
"platform"
:
{
"php"
:
"
5.6.27
"
"php"
:
"
7.3.0
"
}
}
}
composer.lock
View file @
5b159eb9
...
...
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "
819b8e04d23484e5101e80999d2258c6
",
"content-hash": "
fb8f251d5cea69faf768853f17539aae
",
"packages": [
{
"name": "bcosca/fatfree",
...
...
@@ -4806,7 +4806,7 @@
"platform": [],
"platform-dev": [],
"platform-overrides": {
"php": "
5.6.27
"
"php": "
7.3.0
"
},
"plugin-api-version": "1.1.0"
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment