R. Ryantm
aa7cb03753
php82Extensions.mongodb: 1.19.3 -> 1.19.4
2024-09-09 14:43:39 +00:00
R. Ryantm
7205ceb0c5
php81Extensions.opentelemetry: 1.0.3 -> 1.1.0beta2
2024-09-08 23:35:22 +00:00
Pol Dellaiera
0529669528
php83Extensions.snuffleupagus: 0.10.0 -> 0.11.0 ( #340121 )
2024-09-07 11:23:12 +02:00
R. Ryantm
5b33b2391d
php83Extensions.snuffleupagus: 0.10.0 -> 0.11.0
2024-09-06 14:48:10 +00:00
Jonas Heinrich
28cd3a0d7e
php.packages.composer: 2.7.7 -> 2.7.9
2024-09-06 14:18:29 +02:00
github-actions[bot]
0629545b27
Merge master into staging-next
2024-08-27 00:13:08 +00:00
Jan Tojnar
79ed718bf5
php84.extensions.redis: Fix build on Darwin
2024-08-26 21:34:49 +02:00
github-actions[bot]
64dfaf32be
Merge master into staging-next
2024-08-24 12:04:30 +00:00
Jan Tojnar
c858bafe2e
php84.extensions.redis: Fix build
2024-08-24 03:42:14 +02:00
github-actions[bot]
ceef45b437
Merge master into staging-next
2024-08-23 12:05:14 +00:00
R. Ryantm
160b35ad7f
php82Packages.phive: 0.15.2 -> 0.15.3
2024-08-23 01:55:39 +00:00
K900
5c68540f8b
Merge remote-tracking branch 'origin/staging-next' into staging
2024-08-22 13:20:38 +03:00
Piotr Kwiecinski
bceb4c8c8c
php.packages.deployer: switch to buildComposerProject2
2024-08-20 19:51:03 +02:00
Piotr Kwiecinski
6315afab1b
php.packages.castor: switch to buildComposerProject2
2024-08-20 19:27:22 +02:00
Pol Dellaiera
dbc4f15b89
Merge pull request #308059 from drupol/build-support/php/remove-composer-local-repo-plugin
...
build-support/php: init `buildComposerProject2` and `mkComposerRepository2`
2024-08-20 18:38:44 +02:00
Wolfgang Walther
755c316f38
php-packages: remove unused checkXXX options from buildPecl derivations
...
buildPecl overwrites the checkPhase like this:
checkPhase = "NO_INTERACTON=yes make test";
Thus none of the checkXXX options set in nix are actually used.
2024-08-19 23:28:13 +02:00
Philip Taron
8d7117294c
gnupg: remove with statements
2024-08-18 06:31:17 -07:00
Pol Dellaiera
d90ff2a850
php.packages.grumphp: switch to buildComposerProject2
2024-08-15 13:44:07 +02:00
Pol Dellaiera
35ab61e8e8
php.packages.phpstan: switch to buildComposerProject2
2024-08-15 13:44:07 +02:00
Pol Dellaiera
56ab77b1c4
php.packages.psysh: 0.11.21 -> 0.12.4
...
We can't upgrade without switching to `buildComposerProject2`.
2024-08-15 13:44:06 +02:00
Pol Dellaiera
012319af46
php.packages.psalm: 5.22.2 -> 5.25.0
2024-08-15 13:44:06 +02:00
Pol Dellaiera
8890dd5fb5
php.packages.psalm: switch to buildComposerProject2
2024-08-15 13:44:06 +02:00
Martin Weinelt
9ccfa87721
Merge pull request #332764 from NixOS/staging-next
...
staging-next 2024-08-06
2024-08-14 13:33:28 +02:00
R. Ryantm
def8f4761f
php83Packages.phan: 5.4.4 -> 5.4.5
2024-08-14 05:15:46 +00:00
github-actions[bot]
d3f3bec267
Merge master into staging-next
2024-08-12 06:01:03 +00:00
Pol Dellaiera
164d4463df
Merge pull request #332192 from piotrkwiecinski/castor-update
...
castor: 0.14.0 -> 0.17.1
2024-08-12 07:40:30 +02:00
Piotr Kwiecinski
ed0930b7b0
castor: 0.14.0 -> 0.17.1
2024-08-11 22:01:55 +02:00
Piotr Kwiecinski
01bf973fc4
castor: fix build
...
This fixes the generation of bash completion by patching the shebang of
the castor script before the generation is excuted.
2024-08-11 22:01:50 +02:00
Pol Dellaiera
ea41e82c90
Merge pull request #324831 from drupol/php/bump/july-2024
...
php84: init at 8.4.0alpha1
2024-08-11 19:01:03 +02:00
Jan Tojnar
a15c71f684
php.extensions.imap: Fetch from PECL
...
PHP 8.4 will remove it from tree:
987417e2e0
Keeping in-tree versions for PHP < 8.3 since the PECL version does not build there.
2024-08-11 12:12:49 +02:00
Jan Tojnar
b92fa30124
php.extensions.pspell: Fetch from PECL
...
PHP 8.4 will remove it from tree:
b035cb6c8e
2024-08-11 12:10:00 +02:00
Pol Dellaiera
acfd3859d7
php84Extensions.apcu: fix broken test with PHP 8.4
2024-08-11 12:10:00 +02:00
R. Ryantm
6fb8229c8e
php83Extensions.ast: 1.1.1 -> 1.1.2
2024-08-11 01:36:17 +00:00
Sigmanificient
63d05d989e
pkgs/development: remove unused arguments
2024-08-03 17:18:20 +02:00
Jörg Thalheim
5356420466
treewide: remove unused with statements from maintainer lists
...
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
-e 's!with lib.maintainers; \[ *\];![ ];!' \
-e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
R. Ryantm
0f8332b79b
php83Extensions.spx: 0.4.15 -> 0.4.16
2024-07-27 13:36:21 +00:00
R. Ryantm
78f57fa422
php83Packages.phan: 5.4.3 -> 5.4.4
2024-07-26 05:43:56 +00:00
R. Ryantm
b595507aa7
php81Packages.phpstan: 1.11.7 -> 1.11.8
2024-07-24 07:59:08 +00:00
Pol Dellaiera
6730e790b1
Merge pull request #326419 from r-ryantm/auto-update/php81Packages.phpspy
...
php81Packages.phpspy: 0.6.0 -> 0.7.0
2024-07-15 22:16:40 +02:00
Pol Dellaiera
c05e2a7e78
php81Packages.phpspy: add upstream patch to fix version
2024-07-15 16:19:27 +02:00
aleksana
592e3845c4
treewide: sha256 -> hash attribute for fetchgit
2024-07-14 19:10:08 +08:00
R. Ryantm
a43f0d07b2
php81Packages.phpspy: 0.6.0 -> 0.7.0
2024-07-12 01:14:59 +00:00
R. Ryantm
8dc2a5dbea
php82Packages.phpstan: 1.11.6 -> 1.11.7
2024-07-12 00:51:13 +00:00
Pol Dellaiera
ce6a9d4a15
Merge pull request #325755 from jtojnar/phpspy
...
php.packages.phpspy: Add dependency needed for tracing & install flamegraph helper
2024-07-11 11:32:00 +02:00
R. Ryantm
d1b61a1465
php83Extensions.phalcon: 5.7.0 -> 5.8.0
2024-07-10 02:19:09 +00:00
Jan Tojnar
7f5a1170d0
php.packages.phpspy: Add dependency needed for tracing & install flamegraph helper
2024-07-09 08:24:33 +02:00
R. Ryantm
bacc3f7231
php81Packages.phpstan: 1.11.5 -> 1.11.6
2024-07-04 11:06:42 +00:00
Patka
1d1635196a
maintainers: remove patka
2024-07-02 01:36:56 +02:00
R. Ryantm
5a39b02dd2
php81Packages.phpstan: 1.11.4 -> 1.11.5
2024-06-22 00:37:36 +00:00
R. Ryantm
afa6cfe538
php83Extensions.mongodb: 1.19.2 -> 1.19.3
2024-06-17 13:52:27 +00:00