Commit Graph

41 Commits

Author SHA1 Message Date
Kamil Kokot
3c40979f38 feature #3 Support Symfony 3.4 (LTS) (johanwilfer)
This PR was merged into the 2.1.x-dev branch.

Discussion
----------

behatch/contexts relies on your fork (thanks for fixing PHP compability!), but in one project we still use Symfony 3.4 (LTS). This adds compatibility with that. 

Would be great if a minor version could be released with this so I can remove my fork that now publish a version we use with a repository override in composer.json
```
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/johanwilfer/MinkExtension"
        }
    ],
```

Commits
-------

4613f91427 Update composer.json
a0559e1455 Update composer.json
f4c2fcf345 Update composer.json
2021-01-21 10:07:29 +01:00
Vincent Chalamon
9239ca7475 Support PHP 8.0 2020-12-15 14:12:18 +01:00
Johan Wilfer
f4c2fcf345 Update composer.json 2020-03-03 19:03:47 +01:00
Johan Wilfer
a0559e1455 Update composer.json 2020-03-03 18:58:11 +01:00
Johan Wilfer
4613f91427 Update composer.json 2020-03-03 18:46:15 +01:00
Kamil Kokot
9efd51ad66 Upgrade this package to 2020's standards 2020-01-15 18:13:09 +01:00
Kévin Dunglas
63b15740e7 Symfony 4 compatiblity. Test with PHP 7+. 2017-11-24 17:32:33 +01:00
Sullivan SENECHAL
c380282914 Allow Symfony 3.0 2015-12-01 14:37:56 +01:00
Christophe Coevoet
06e2b99d92 Update the branch alias
The master branch contains new features on top of 2.0
2015-09-29 19:42:41 +02:00
Christophe Coevoet
6955fa8674 Improve the Travis setup
- use the container-based infrastructure
- persist the composer download cache between builds
- test against dev versions of dependencies
2015-09-29 19:23:20 +02:00
Christophe Coevoet
896a2c52c0 Fixed the dev requirement 2014-10-08 10:09:42 +02:00
Christophe Coevoet
14d3596895 Renamed the extension class to follow the Behat shortcut convention 2014-05-08 13:45:26 +02:00
Christophe Coevoet
84f9bf1941 Added the branch alias for master 2014-04-27 16:32:44 +02:00
Christophe Coevoet
1003fb7f79 Updated the composer.json to deal with use stable packages 2014-04-26 19:49:40 +02:00
Christophe Coevoet
8b5f2a3fbd Updated the composer requirements 2014-03-12 03:09:59 +01:00
Christophe Coevoet
8f5332371a Updated the code for latest changes done in Behat 2014-01-05 00:48:09 +01:00
Christophe Coevoet
3059bc525c Added specs for the classes 2014-01-04 17:14:35 +01:00
Robert Schönthal
84ec704026 fixed behat constraint 2014-01-02 16:50:47 +01:00
Klein Florian
2ebc88634b make it compatible with behat v3 2013-10-29 14:04:29 +01:00
Christophe Coevoet
265aee68b3 Fixed the configuration for Selenium2 capabilities
Some capabilities need to have a dash in their name to match the name
expected by Selenium2 (which uses a mix of camel cased and dashed names).
This fix makes the MinkExtension incompatible with Symfony 2.0 and 2.1 but
they already reached their end of maintenance anyway.
Closes #91
2013-09-23 18:44:37 +02:00
Ludovic Fleury
12af25ac75 Update to Behat 2.5.0 2013-08-15 12:54:43 +02:00
Christophe Coevoet
b5717a7b58 Updated the branch alias of the master branch 2013-05-28 23:02:25 +02:00
Christophe Coevoet
5fe26c8d13 Fixed the Mink requirement to allow Mink 1.5 2013-04-15 00:44:12 +03:00
everzet
55cc0b8b3f Remove goutte-driver dependencies from direct deps 2013-03-08 11:28:57 +01:00
everzet
b9315b7af9 Clean dependencies constraints 2013-03-08 11:27:57 +01:00
everzet
70d8ae4f97 Update dev dependencies 2013-02-20 00:49:16 +01:00
Konstantin Kudryashov
e60b812305 Update composer.json 2013-02-20 00:23:29 +01:00
Konstantin Kudryashov
de6bd8dba0 Update composer.json 2013-01-27 16:32:41 +01:00
Gregory Perry
3a8faf14e6 Allow composer to install dev version of Goutte driver. 2012-08-20 13:40:40 -07:00
everzet
2fc55fdd35 fixed dependencies constraints 2012-07-05 10:39:31 +02:00
everzet
8956263631 updated constraints 2012-05-30 01:03:14 +02:00
everzet
03823d4815 updated minimum mink constraint 2012-05-25 14:34:59 +02:00
everzet
e66dae35cd updated extension for latest Mink beta 2012-05-20 21:27:46 +02:00
everzet
cb472c27a1 bumped required version number 2012-05-18 17:25:34 +02:00
everzet
f48eeca433 fixed constraint 2012-05-15 10:15:27 +02:00
everzet
4da0f6076d updated constraint 2012-05-12 15:12:14 +02:00
everzet
861559769e updated composer constraints 2012-05-11 11:16:36 +02:00
everzet
89d36046f4 updated composer.json to be testable 2012-05-11 00:43:50 +02:00
everzet
cd8eb2c858 fixed constraints to support betas 2012-05-07 17:33:49 +02:00
everzet
b7ffbe5fcd fixed constraint 2012-05-07 10:31:51 +02:00
everzet
7bfe9573e5 initial commit 2012-05-06 21:13:51 +02:00