Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Commit

Permalink
fixed min version of PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Apr 30, 2016
1 parent 5ccc255 commit cffe4ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/overview.rst
Expand Up @@ -21,11 +21,11 @@ System Requirements
The basic requirements to operate Swift Mailer are extremely minimal and
easily achieved. Historically, Swift Mailer has supported both PHP 4 and PHP 5
by following a parallel development workflow. Now in it's fourth major
version, and Swift Mailer operates on servers running PHP 5.2 or higher.
version, and Swift Mailer operates on servers running PHP 5.3.3 or higher.

The library aims to work with as many PHP 5 projects as possible:

* PHP 5.2 or higher, with the SPL extension (standard)
* PHP 5.3.3 or higher, with the SPL extension (standard)

* Limited network access to connect to remote SMTP servers

Expand Down

0 comments on commit cffe4ff

Please sign in to comment.