mirror of
https://github.com/filp/whoops.git
synced 2026-09-14 03:36:38 +00:00
Document that version 1 is incompatible with PHP 7
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
"php": ">=5.3.0 <6"
|
||||
},
|
||||
"require-dev": {
|
||||
"mockery/mockery": "0.9.*"
|
||||
|
||||
Reference in New Issue
Block a user