325 Commits

Author SHA1 Message Date
Kévin Dunglas
10962ea40b
Dynamic resolution 2017-07-17 08:47:12 +02:00
Kévin Dunglas
6d5bf66804
Just type "docker-compose up" to install a Flex project (major refactoring) 2017-07-17 08:34:07 +02:00
Kévin Dunglas
3b0893ce1c Merge pull request #4 from dunglas/some_fixes
Various fixes
2017-07-11 23:21:33 +02:00
Kévin Dunglas
8976e1f9c2
Various fixes 2017-07-06 00:29:04 +02:00
Kévin Dunglas
051cee501b Merge pull request #3 from mickaelandrieu/patch-2
Make specific access on dev environment optional
2017-07-05 23:47:14 +02:00
Mickaël Andrieu
8ff420c686 Removed IP checks block from front controller 2017-06-27 15:32:49 +02:00
Kévin Dunglas
4dc7ebac47
Add missing 'make' dependency 2017-06-12 13:45:08 +02:00
Kévin Dunglas
50d5268c4a
Fix docker-compose.yml 2017-06-12 13:26:54 +02:00
Kévin Dunglas
2d6d2ecd59 Merge pull request #2 from dunglas/upgrade
Upgrade the Docker setup and dependencies
2017-06-12 10:37:12 +02:00
Kévin Dunglas
df6286b2e9
Upgrade the Docker setup and dependencies 2017-06-12 10:34:13 +02:00
Kévin Dunglas
10b49ace3d Remove the Dotenv component 2017-04-22 20:35:59 +02:00
Kévin Dunglas
c22d64cacc
Update package name 2017-04-22 20:32:38 +02:00
Kévin Dunglas
7145ec03cf
Add Docker support 2017-04-22 20:29:25 +02:00
Fabien Potencier
22d07b2f39 - 2017-04-20 17:47:47 -06:00
Fabien Potencier
153e79a057 renamed the flex section to symfony 2017-04-19 17:05:13 -06:00
Fabien Potencier
e1c67b9402 minor #5 Remove useless conflict (curry684)
This PR was merged into the master branch.

Discussion
----------

Remove useless conflict

Not much use to depend on `symfony/framework-bundle:3.3.x-dev` and then declare a conflict with `<3.3`.

Commits
-------

6958a71 Remove useless conflict
2017-04-19 11:47:33 -06:00
Fabien Potencier
95d854e398 reworked the flex section under extra 2017-04-19 11:46:10 -06:00
Niels Keurentjes
6958a717d3 Remove useless conflict
Not much use to depend on `symfony/framework-bundle:3.3.x-dev` and then declare a conflict with `<3.3`.
2017-04-13 17:13:41 +02:00
Fabien Potencier
c12debbf5b bumped min version to 7.1 2017-04-10 19:26:50 -07:00
Fabien Potencier
2c1dbbbd05 bug #4 Move flex-id to extra settings (Pierstoval)
This PR was merged into the master branch.

Discussion
----------

Move flex-id to extra settings

As said by @stof in [this comment](beb77b8466 (commitcomment-21397542)), even if `config` part is not validated by `composer validate`, custom settings should still be under `extra` to avoid `composer config` to fail update/modify/remove this value

Commits
-------

d97e8a3 Move flex-id to extra settings
2017-03-20 11:20:44 -07:00
Alex Rock Ancelet
d97e8a3a75 Move flex-id to extra settings 2017-03-20 16:27:53 +01:00
Fabien Potencier
5e6a09b4d7 bug #3 Autoload tests only in the dev environment (stof)
This PR was merged into the master branch.

Discussion
----------

Autoload tests only in the dev environment

Tests don't need to be registered in the production autoloader.

Commits
-------

69c465d Autoload tests only in the dev environment
2017-03-20 06:57:12 -07:00
Christophe Coevoet
69c465d96f Autoload tests only in the dev environment
Tests don't need to be registered in the production autoloader.
2017-03-20 14:03:02 +01:00
Fabien Potencier
fa4fbc0730 added preferred-install to dist 2017-03-15 21:09:25 -07:00
Fabien Potencier
beb77b8466 added the first version of the skeleton 2017-03-14 20:17:49 -07:00