Skip to content

Commit

Permalink
Merge pull request #87 from alexpott/update-minimum-php
Browse files Browse the repository at this point in the history
Remove references to PHP 5.3
  • Loading branch information
stof committed Oct 6, 2021
2 parents c12df96 + 6fe2156 commit 80bc237
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.rst
Expand Up @@ -10,15 +10,15 @@ a way to simulate this interaction between the browser and the web application
in our tests. We need **Mink**.

Mink is an open source browser controller/emulator for web applications, written
in PHP 5.3.
in PHP.

Read :doc:`/at-a-glance` to learn more about Mink and why you need it.

Installation
------------

Mink is a php 5.3 library that you'll use inside your test suites or project.
Before you begin, ensure that you have at least PHP 5.3.1 installed.
Mink is a php library that you'll use inside your test suites or project.
Before you begin, ensure that you have at least PHP 5.4 installed.

The recommended way to install Mink with all its dependencies is through
`Composer`_:
Expand Down

0 comments on commit 80bc237

Please sign in to comment.