Skip to content

Commit

Permalink
php: 5.6 -> 7.0
Browse files Browse the repository at this point in the history
I'll probably regret this in testing period, but let's bump php
since 5.6 support expires in December.
  • Loading branch information
domenkozar committed Sep 1, 2016
1 parent 20cebe2 commit 7c71a89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7c71a89

Please sign in to comment.