php: 5.6 -> 7.0
I'll probably regret this in testing period, but let's bump php since 5.6 support expires in December.
This commit is contained in:
parent
20cebe22c4
commit
7c71a897dd
1 changed files with 2 additions and 2 deletions
|
@ -5851,9 +5851,9 @@ in
|
|||
|
||||
inherit (callPackages ../development/interpreters/perl {}) perl perl520 perl522;
|
||||
|
||||
php = php56;
|
||||
php = php70;
|
||||
|
||||
phpPackages = php56Packages;
|
||||
phpPackages = php70Packages;
|
||||
|
||||
php56Packages = recurseIntoAttrs (callPackage ./php-packages.nix {
|
||||
php = php56;
|
||||
|
|
Loading…
Reference in a new issue