Kévin Dunglas
27429c7c3a
Merge pull request #17 from jorge07/patch-1
...
Remove composer as first parent layer
2018-06-14 18:41:29 +02:00
Jorge Arco
6e0a00d066
Remove composer as first parent layer
2018-06-14 13:43:23 +02:00
Kévin Dunglas
722cdaa61b
Bump dependencies
2018-06-14 13:21:28 +02:00
Kévin Dunglas
0160ba3ccd
Merge pull request #16 from boite/develop
...
Use php:7.2-fpm-alpine image
2018-06-14 13:04:03 +02:00
boite
eb1ce5cc59
Use php:7.2-fpm-alpine image
...
which allows FPM to listen on all interfaces even when IPv6 is
disabled.
See https://github.com/docker-library/php/pull/562
2018-05-08 12:15:06 +01:00
Kévin Dunglas
8bf475a8af
Merge pull request #15 from dunglas/group-steps
...
Use multi-stage build to install Composer
2017-11-22 10:42:09 +01:00
Kévin Dunglas
d5617fa646
Use multi-stage build
2017-11-22 08:52:31 +01:00
Kévin Dunglas
92fc9622a3
Fix .gitignore
2017-10-19 22:47:07 +02:00
Kévin Dunglas
6ae9dc04f9
Merge pull request #10 from dunglas/build-arg
...
Allow to use Symfony 4
2017-10-19 22:46:27 +02:00
Kévin Dunglas
34bfe40717
Allow to use Symfony 4
2017-10-19 22:32:57 +02:00
Kévin Dunglas
ce2ed96360
Merge pull request #9 from dunglas/fix-first-start
...
Wait for the PHP container to start Nginx
2017-10-19 22:23:15 +02:00
Kévin Dunglas
6ac9cd8564
Wait for the PHP container to start Nginx
2017-10-19 22:22:48 +02:00
Kévin Dunglas
f4ee1f18b9
Merge pull request #6 from dunglas/h2
...
HTTP/2 and HTTPS support
2017-10-19 16:47:09 +02:00
Kévin Dunglas
0f965c41a1
Use composer create-project
2017-10-19 16:16:44 +02:00
Kévin Dunglas
33daa22c7a
h2 and HTTPS support
2017-10-19 16:16:44 +02:00
Kévin Dunglas
313bda6b7a
Fix typo
2017-09-13 22:14:52 +02:00
Kévin Dunglas
3dea20249d
Merge pull request #5 from dunglas/autoinstall
...
Just type "docker-compose up" to install a Flex project (major refactoring)
2017-07-17 08:47:51 +02:00
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