Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

it´s not working with symfony 3.* #34

Open
ikerib opened this issue Apr 26, 2016 · 14 comments
Open

it´s not working with symfony 3.* #34

ikerib opened this issue Apr 26, 2016 · 14 comments

Comments

@ikerib
Copy link

ikerib commented Apr 26, 2016

No description provided.

@manhunto
Copy link

manhunto commented May 8, 2016

++ fix it please. This bundle will be very helpful for me

@gonzaloalonsod
Copy link
Contributor

gonzaloalonsod commented Jun 27, 2016

working with symfony 3 #36

@nataliastanko
Copy link

Use https://github.com/MWSimple/DatetimepickerBundle fork
with
"stephanecollot/datetimepicker-bundle": "~2.0.0" in composer.json,

and add your form field like that:

use SC\DatetimepickerBundle\Form\Type\DatetimeType;

$builder->add('datetimefield', DatetimeType::class);

@gonzaloalonsod
Copy link
Contributor

Use: "mwsimple/datetimepicker-bundle": "2.0.0" in composer.json,

@harikumarmano
Copy link

I'm using symfony 3.1. I tried to used the stephanecollot/DatetimepickerBundle but it's not install and throw below error.

Problem 1
- Installation request for stephanecollot/datetimepicker-bundle v1.0.1 -> satisfiable by stephanecollot/datetimepicker-bundle[1.0.1].
- stephanecollot/datetimepicker-bundle 1.0.1 requires symfony/symfony 2.* -> satisfiable by symfony/symfony[2.0.7, 2.0.x-dev, 2.1.x-dev, 2.2.x-dev, 2.3.x-dev, 2.4.x-dev, 2.5.x-dev, 2.6.x-dev, 2.7.x-dev, 2.8.x-dev, v2.0.10, v2.0.11, v2.0.12, v2.0.13, v2.0.14, v2.0.15, v2.0.16, v2.0.17, v2.0.18, v2.0.19, v2.0.20, v2.0.21, v2.0.22, v2.0.23, v2.0.24, v2.0.25, v2.0.9, v2.1.0, v2.1.1, v2.1.10, v2.1.11, v2.1.12, v2.1.13, v2.1.2, v2.1.3, v2.1.4, v2.1.5, v2.1.6, v2.1.7, v2.1.8, v2.1.9, v2.2.0, v2.2.1, v2.2.10, v2.2.11, v2.2.2, v2.2.3, v2.2.4, v2.2.5, v2.2.6, v2.2.7, v2.2.8, v2.2.9, v2.3.0, v2.3.1, v2.3.10, v2.3.11, v2.3.12, v2.3.13, v2.3.14, v2.3.15, v2.3.16, v2.3.17, v2.3.18, v2.3.19, v2.3.2, v2.3.20, v2.3.21, v2.3.22, v2.3.23, v2.3.24, v2.3.25, v2.3.26, v2.3.27, v2.3.28, v2.3.29, v2.3.3, v2.3.30, v2.3.31, v2.3.32, v2.3.33, v2.3.34, v2.3.35, v2.3.36, v2.3.37, v2.3.38, v2.3.39, v2.3.4, v2.3.40, v2.3.41, v2.3.42, v2.3.5, v2.3.6, v2.3.7, v2.3.8, v2.3.9, v2.4.0, v2.4.0-BETA1, v2.4.0-BETA2, v2.4.0-RC1, v2.4.1, v2.4.10, v2.4.2, v2.4.3, v2.4.4, v2.4.5, v2.4.6, v2.4.7, v2.4.8, v2.4.9, v2.5.0, v2.5.0-BETA1, v2.5.0-BETA2, v2.5.0-RC1, v2.5.1, v2.5.10, v2.5.11, v2.5.12, v2.5.2, v2.5.3, v2.5.4, v2.5.5, v2.5.6, v2.5.7, v2.5.8, v2.5.9, v2.6.0, v2.6.0-BETA1, v2.6.0-BETA2, v2.6.1, v2.6.10, v2.6.11, v2.6.12, v2.6.13, v2.6.2, v2.6.3, v2.6.4, v2.6.5, v2.6.6, v2.6.7, v2.6.8, v2.6.9, v2.7.0, v2.7.0-BETA1, v2.7.0-BETA2, v2.7.1, v2.7.10, v2.7.11, v2.7.12, v2.7.13, v2.7.14, v2.7.15, v2.7.16, v2.7.17, v2.7.18, v2.7.19, v2.7.2, v2.7.20, v2.7.3, v2.7.4, v2.7.5, v2.7.6, v2.7.7, v2.7.8, v2.7.9, v2.8.0, v2.8.0-BETA1, v2.8.1, v2.8.10, v2.8.11, v2.8.12, v2.8.13, v2.8.2, v2.8.3, v2.8.4, v2.8.5, v2.8.6, v2.8.7, v2.8.8, v2.8.9] but these conflict with your requirements or minimum-stability.

@airv-b
Copy link

airv-b commented Jan 31, 2017

+1 Doesnt work (install impossible) with symfony 3.2.2

@gonzaloalonsod
Copy link
Contributor

Use: "mwsimple/datetimepicker-bundle": "2.0.0" in composer.json

#36

@benoliver999
Copy link

I can confirm that @gonzakpo 's branch works nicely even with 3.2.7.

@stephanecollot - you about these days to merge the changes?

@stephanecollot
Copy link
Owner

stephanecollot commented Apr 29, 2017 via email

@xabbuh
Copy link

xabbuh commented Apr 30, 2017

@stephanecollot I would close here then. :)

@gonzaloalonsod
Copy link
Contributor

@nioperas06
Copy link

Hi! I was using this bundle https://github.com/MWSimple/SCDatetimepickerBundle recently. But, the repository has been removed. This bundle https://github.com/stephanecollot/DatetimepickerBundle doesn't work with Symfony3.* Does anyone have a solution?

@gonzaloalonsod
Copy link
Contributor

@vibolyoeung
Copy link

exist but still can't use https://packagist.org/packages/mwsimple/scdatetimepicker-bundle.
it says sth like this,
"Failed to clone https://github.com/MWSimple/DatetimepickerBundle.git via https, ssh protocols, aborting."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests