-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert PHP dependency back to >=PHP 5.0.0
- Loading branch information
1 parent
c2941a5
commit fa96dd5
Showing
4 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
* @author Nick Ilyin <[email protected]> | ||
* @author: Victor Stanciu <[email protected]> (original author) | ||
* | ||
* @version 2.8.42 | ||
* @version 2.8.43 | ||
* | ||
* Auto-generated isXXXX() magic methods. | ||
* php -a examples/dump_magic_methods.php | ||
|
@@ -255,7 +255,7 @@ class Mobile_Detect | |
/** | ||
* Stores the version number of the current release. | ||
*/ | ||
const VERSION = '2.8.42'; | ||
const VERSION = '2.8.43'; | ||
|
||
/** | ||
* A type for the version() method indicating a string return value. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
} | ||
], | ||
"require": { | ||
"php": "5.6.*" | ||
"php": ">=5.0.0" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "~4.8.36" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters