Meritoo
|
72fd87e165
|
Composer > support/require PHP 5.6+ (instead of 5.5.9+)
|
2018-07-02 08:12:26 +02:00 |
|
Meritoo
|
64499b49d3
|
Update @author and @copyright in classes' descriptions
|
2018-07-01 21:07:47 +02:00 |
|
Meritoo
|
848adef015
|
Arrays > minor refactoring
|
2018-07-01 17:45:03 +02:00 |
|
Meritoo
|
1431fd9935
|
Composer > require ext-pcre
|
2018-07-01 17:37:51 +02:00 |
|
Meritoo
|
5c9436e4e2
|
Collection > add() method > treat empty string as not provided index (same as null)
0.0.20
|
2018-06-22 08:10:06 +02:00 |
|
Meritoo
|
107480d01b
|
StyleCI > disable & remove
|
2018-06-16 14:43:16 +02:00 |
|
Meritoo
|
f4c12661b4
|
StyleCI configuration > fix bug "The provided fixer 'concat_with_spaces' cannot be enabled at the same time as 'concat_without_spaces'"
|
2018-06-16 14:36:33 +02:00 |
|
Meritoo
|
fc7df571e2
|
StyleCI configuration > fix bug "The provided fixer 'binary_operator_spaces' cannot be enabled again because it was already enabled"
|
2018-06-16 14:34:00 +02:00 |
|
Meritoo
|
0f37edfc9b
|
Coding standard > fix automatically
|
2018-06-16 14:31:04 +02:00 |
|
Meritoo
|
ae3e82e233
|
Documentation > Docker > add paragraph for PHP Coding Standards Fixer
|
2018-06-16 14:21:01 +02:00 |
|
Meritoo
|
c99a099c31
|
StyleCI & PHP Coding Standards Fixer > update configuration
|
2018-06-16 14:15:35 +02:00 |
|
Meritoo
|
c443ef22d7
|
.gitignore > PHP Coding Standards Fixer > ignore custom settings
|
2018-06-16 14:12:07 +02:00 |
|
Meritoo
|
be8b4a3498
|
Arrays > remove unnecessary code
|
2018-06-16 14:10:57 +02:00 |
|
Meritoo
|
b1ddc6d561
|
.env.dist > enter default values (for easier .env creation)
|
2018-06-16 10:04:14 +02:00 |
|
Meritoo
|
ffe34eb9cf
|
StyleCI > update configuration
|
2018-06-15 23:06:47 +02:00 |
|
Meritoo
|
155c091a3e
|
StyleCI > update configuration
|
2018-06-15 23:04:06 +02:00 |
|
Meritoo
|
43945a8721
|
Composer > do not require symfony/http-foundation package
Miscellaneous > remove getCurlResponseWithHeaders() method
|
2018-06-15 22:54:00 +02:00 |
|
Meritoo
|
e9da0cf351
|
Reorganize documentation & update Readme
|
2018-06-14 22:28:53 +02:00 |
|
Meritoo
|
4c534394d9
|
Docker > Dockerfile > add "WORKDIR" (instead of "working_dir" in docker-compose.yml)
|
2018-06-14 21:35:50 +02:00 |
|
Meritoo
|
3726a26e47
|
Reorganize documentation & update Readme
|
2018-06-14 21:35:14 +02:00 |
|
Meritoo
|
fb24bc2ff1
|
Docker > use project-related binaries globally
|
2018-06-14 11:50:45 +02:00 |
|
Meritoo
|
57a78d1299
|
Reorganize documentation & update Readme
|
2018-06-14 11:32:54 +02:00 |
|
Meritoo
|
696cff023c
|
Add changelog
|
2018-06-14 11:32:25 +02:00 |
|
Meritoo
|
9197682cd2
|
Readme > update paragraphs with Composer, Docker & use 1st level headers
|
2018-06-14 09:55:44 +02:00 |
|
Meritoo
|
49638ff1c3
|
.gitignore > update sections' separators
|
2018-06-13 22:21:28 +02:00 |
|
Meritoo
|
abf0ebf7ec
|
Tests > increase code coverage
|
2018-06-09 14:25:20 +02:00 |
|
Meritoo
|
2e60176d95
|
Docker > Dockerfile > make bash terminal wider (increase columns count)
|
2018-06-07 20:56:48 +02:00 |
|
Meritoo
|
c351ce887a
|
Tests > implement PHPUnit (instead of Codeception)
|
2018-06-07 20:51:55 +02:00 |
|
Meritoo
|
8a6262a8c3
|
Phing > tests > update name of property with path (tests_framework.path > tests.framework.path) & ignore /build directory
|
2018-05-28 21:22:00 +02:00 |
|
Meritoo
|
3c83a8800e
|
Start names of special directories without dot
|
2018-05-28 21:10:20 +02:00 |
|
Meritoo
|
233473d915
|
Tests > implement Codeception (instead of PHPUnit)
|
2018-05-28 17:53:25 +02:00 |
|
Meritoo
|
7382bce842
|
Phing > tests > do not verify if the "tests" directory exists
|
2018-05-28 17:05:12 +02:00 |
|
Meritoo
|
c5b42017d2
|
Phing > tests > do not create database (for code coverage)
|
2018-05-28 17:03:19 +02:00 |
|
Meritoo
|
bc54f734e2
|
Phing > update properties.dist > remove unnecessary properties and disabled code
|
2018-05-28 16:56:59 +02:00 |
|
Meritoo
|
0eb5343df0
|
Docker > name of containers > use custom suffix
Docker > the "composer" service
|
2018-05-28 15:03:52 +02:00 |
|
Meritoo
|
52e74c8b48
|
Tests > increase code coverage
|
2018-05-28 15:03:11 +02:00 |
|
Meritoo
|
96bdb6eb60
|
Improve coding standard
|
2018-05-06 17:21:55 +02:00 |
|
Meritoo
|
5be449a83d
|
Docker > Dockerfile > fix bug when error messages are displayed in french instead of english language (example: "chmod(): Aucun fichier ou dossier de ce type")
|
2018-05-06 14:40:17 +02:00 |
|
Meritoo
|
132a0a00e7
|
Docker > Dockerfile > fix bug "pecl/xdebug requires PHP (version >= 7.0.0), installed version is 5.5.38"
|
2018-05-04 12:53:45 +02:00 |
|
Meritoo
|
6fd18111b4
|
TravisCI - fix "No output has been received in the last 10m0s" bug (build times out because no output was received)
|
2018-04-04 21:54:45 +02:00 |
|
Meritoo
|
26c63ecb5c
|
TravisCI > composer > install hirak/prestissimo package globally
|
2018-04-04 21:40:44 +02:00 |
|
Meritoo
|
bedb6333b9
|
TravisCI > "composer install" command > increase verbosity to maximum
|
2018-04-04 21:21:51 +02:00 |
|
Meritoo
|
ec2b5742ec
|
Revert "TravisCI - fix "No output has been received in the last 10m0s" bug (build times out because no output was received)"
This reverts commit ec2f3c6
|
2018-04-04 21:16:36 +02:00 |
|
Meritoo
|
ec2f3c6ead
|
TravisCI - fix "No output has been received in the last 10m0s" bug (build times out because no output was received)
|
2018-04-04 08:57:08 +02:00 |
|
Meritoo
|
834c12f280
|
TravisCI - install locales before running tests - remove unnecessary command
|
2018-04-03 22:57:41 +02:00 |
|
Meritoo
|
122ff41dad
|
TravisCI - install locales before running tests
|
2018-04-03 19:13:38 +02:00 |
|
Meritoo
|
180a8b8b5d
|
TravisCI - install locales before running tests
|
2018-04-03 17:10:40 +02:00 |
|
Meritoo
|
499c603d54
|
TravisCI - install locales before running tests
|
2018-04-03 17:04:43 +02:00 |
|
Meritoo
|
1cbc87222f
|
TravisCI - install locales before running tests
|
2018-04-03 16:58:54 +02:00 |
|
Meritoo
|
129b75ea93
|
Revert "TravisCI - install locales before running tests"
This reverts commit aae7609
|
2018-04-03 16:58:32 +02:00 |
|