about summary refs log tree commit diff
path: root/pkgs/development/php-packages
AgeCommit message (Collapse)AuthorFilesLines
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2024-03-17Merge pull request #287617 from NeverBehave/pkg/php/ioncube-loaderPol Dellaiera1-0/+57
phpExtensions.ioncube-loader: init at 13.0.2
2024-03-16php82Extensions.mongodb: 1.17.2 -> 1.17.3R. Ryantm1-2/+2
2024-03-14php81Extensions.phalcon: 5.6.1 -> 5.6.2R. Ryantm1-2/+2
2024-03-13phpPackages.phpstan: 1.10.60 -> 1.10.62Patka1-3/+3
Diff: https://github.com/phpstan/phpstan-src/compare/1.10.60...1.10.62
2024-03-12phpPackages.composer: 2.7.1 -> 2.7.2Thomas Gerbet1-4/+4
Changes: https://github.com/composer/composer/releases/tag/2.7.2
2024-03-11Merge pull request #294334 from ShamrockLee/sourceroot-fixPol Dellaiera1-2/+2
treewide: fix hard-coded `sourceRoot` prefix for `fetchgit`-based `src`
2024-03-11Merge pull request #294115 from patka-123/phpstan-1.10.60Pol Dellaiera1-3/+3
phpPackages.phpstan: 1.10.59 -> 1.10.60
2024-03-11phpPackages.phpstan: 1.10.59 -> 1.10.60Patka1-3/+3
Release notes: https://github.com/phpstan/phpstan/releases/tag/1.10.60
2024-03-10phpPackages.castor: 0.13.1 -> 0.14.0Patka1-3/+13
Release notes: https://github.com/jolicode/castor/releases/tag/v0.14.0
2024-03-09treewide: fix sourceRoot for fetchgit-based srcYueh-Shun Li1-2/+2
According to Nixpkgs manual[1] and NixOS 23.11 Release Note[2], the `sourceRoot` attribute passed to `stdenv.mkDerivation` should be specified as `"${src.name}"` or `"${src.name}/subdir"` when `src` is produced using `fetchgit`-based fetchers. `sourceRoot = "source"` or `sourceRoot = "source/subdir"` is based on the assumption that the `name` attribute of these pre-unpacked fetchers are always `"source"`, which is not the case. Expecting constant `name` also makes the source FODs prone to irrelevent hashes during version bumps. [1]: https://nixos.org/manual/nixpkgs/unstable/#var-stdenv-sourceRoot [2]: https://nixos.org/manual/nixos/stable/release-notes#sec-release-23.11
2024-03-07phpExtensions.oci8: 3.2.1 -> 3.3.0Pol Dellaiera1-2/+5
2024-03-06Merge pull request #293272 from patka-123/castor-0.13.1Pol Dellaiera1-7/+6
phpPackages.castor: 0.11.1 -> 0.13.1
2024-03-05phpPackages.composer: 2.6.6 -> 2.7.1Pol Dellaiera1-17/+16
Diff: https://github.com/composer/composer/compare/2.6.6..2.7.1 Changelog: https://github.com/composer/composer/releases/tag/2.7.1 Fix CVE: CVE-2024-24821
2024-03-04phpPackages.castor: 0.11.1 -> 0.13.1Patka1-7/+6
Diff: https://github.com/jolicode/castor/compare/v0.11.1...v0.13.1
2024-03-02Merge pull request #292524 from LeSuisse/php81-php-cs-fixerPol Dellaiera2-371/+368
php81Packages.php-cs-fixer: fix the build
2024-03-01Merge pull request #292511 from LeSuisse/psalm-php81-fix-buildPol Dellaiera2-47/+115
php81Packages.psalm: fix the build
2024-03-01php81Packages.php-cs-fixer: fix the buildThomas Gerbet2-371/+368
Re-generated the `composer.lock` with PHP 8.1 so it does not pick up dependencies not compatible with it.
2024-03-01phpPackages.php-codesniffer: 3.7.2 -> 3.9.0Pol Dellaiera2-410/+819
2024-03-01php81Packages.psalm: fix the buildThomas Gerbet2-47/+115
Re-generated the `composer.lock` with PHP 8.1 so it does not pick up dependencies not compatible with it.
2024-02-29phpPackages.php-cs-fixer: 3.50.0 -> 3.51.0Pol Dellaiera2-372/+375
2024-02-25phpPackages.phpmd: use `buildComposerProject` builderPol Dellaiera2-25/+1255
2024-02-25phpPackages.php-cs-fixer: use `buildComposerProject` builderPol Dellaiera2-25/+4767
2024-02-25phpPackages.phive: use `buildComposerProject` builderPol Dellaiera1-22/+17
2024-02-25phpPackages.phing: 2.17.4 -> 3.0.0-rc6Pol Dellaiera2-25/+7506
2024-02-25phpPackages.phan: use `buildComposerProject` builderPol Dellaiera1-27/+15
2024-02-25phpPackages.deployer: 6.8.0 -> 7.3.3Pol Dellaiera1-27/+17
2024-02-25php-codesniffer: init at 3.7.2, phpcs: deprecated, phpcbf: deprecatedPol Dellaiera4-70/+1376
2024-02-25phpPackages.php-parallel-lint: use sources and fix broken packagePol Dellaiera2-37/+2131
2024-02-25phpPackages.psalm: 5.15.1 -> 5.22.2Pol Dellaiera2-299/+248
2024-02-24php82Packages.php-cs-fixer: 3.49.0 -> 3.50.0R. Ryantm1-2/+2
2024-02-22phpExtensions.mailparse: 3.1.4 -> 3.1.6Thomas Gerbet1-2/+2
Changes: https://github.com/php/pecl-mail-mailparse/compare/v3.1.4...v3.1.6 It notably includes changes needed for PHP 8.3 compatibility.
2024-02-20phpPackages.phpstan: 1.10.58 -> 1.10.59Patka1-3/+3
release notes: https://github.com/phpstan/phpstan/releases/tag/1.10.59
2024-02-14phpPackages.composer: apply patch for CVE-2024-24821Thomas Gerbet1-1/+13
Upgrade to the 2.7.x branch needs some work (see #288574), let's patch the security issue in the meantime.
2024-02-13phpPackages.phpstan: 1.10.57 -> 1.10.58Patka1-3/+3
release notes: https://github.com/phpstan/phpstan/releases/tag/1.10.58
2024-02-10Merge pull request #287713 from patka-123/box-4.6.1Pol Dellaiera1-3/+3
phpPackages.box: 4.6.0 -> 4.6.1
2024-02-10Merge pull request #287707 from patka-123/phpstan_1.10.57Pol Dellaiera1-3/+3
phpPackages.phpstan: 1.10.44 -> 1.10.57
2024-02-10phpPackages.grumphp 2.4.0 -> 2.5.0Patka1-3/+3
Release notes: https://github.com/phpro/grumphp/releases/tag/v2.5.0
2024-02-10phpPackages.phpstan: 1.10.44 -> 1.10.57Patka1-3/+3
Diff: https://github.com/phpstan/phpstan/compare/1.10.44...1.10.57 Signed-off-by: Patka <patka@patka.dev>
2024-02-10phpPackages.box: 4.6.0 -> 4.6.1Patka1-3/+3
Release notes: https://github.com/box-project/box/releases/tag/4.6.1 Signed-off-by: Patka <patka@patka.dev>
2024-02-09phpExtensions.ioncube-loader: init at 13.0.2NeverBehave1-0/+57
2024-02-09Merge pull request #275176 from awarrenlove/php83-swoole-5.1.1Pol Dellaiera1-9/+16
phpExtensions.swoole: 5.0.3 -> 5.1.2
2024-02-09php81Extensions.phalcon: 5.6.0 -> 5.6.1R. Ryantm1-2/+2
2024-02-08phpExtensions.swoole: 5.0.3 -> 5.1.2Andrew Warren-Love1-9/+16
2024-02-06Merge pull request #283296 from ↵Pol Dellaiera2-3/+3
r-ryantm/auto-update/php81Extensions.datadog_trace php81Extensions.datadog_trace: 0.96.0 -> 0.97.0
2024-02-05php81Extensions.datadog_trace: 0.96.0 -> 0.97.0R. Ryantm2-3/+3
2024-02-05Merge pull request #286451 from gaelreyrol/php-opentelemetry-1.0.1Pol Dellaiera1-2/+2
phpExtensions.opentelemetry: 1.0.0 -> 1.0.1
2024-02-05phpExtensions.opentelemetry: 1.0.0 -> 1.0.1Gaël Reyrol1-2/+2
2024-02-04php82Extensions.zstd: init at 0.13.3Soner Sayakci1-0/+32
2024-02-02php81Packages.php-cs-fixer: 3.48.0 -> 3.49.0R. Ryantm1-2/+2