Pol Dellaiera
9f9d76be97
php.packages.phpmd: 2.8.2 -> 2.13.0
2022-12-29 18:21:20 +01:00
Pol Dellaiera
7276d00b8f
php.packages.phpcs: 3.6.0 -> 3.7.1
2022-12-29 18:21:04 +01:00
Pol Dellaiera
cafba5ff24
php.packages.phpcbf: 3.6.0 -> 3.7.1
2022-12-29 18:20:53 +01:00
Pol Dellaiera
70b8963e8f
php.packages.phive: 0.15.0 -> 0.15.2
2022-12-29 18:20:41 +01:00
Pol Dellaiera
d3f87fcff6
php.packages.phing: update src
url
...
So it can be automatically updated with `nix-update`
2022-12-29 18:20:27 +01:00
Pol Dellaiera
dbe4b291c6
php.packages.php-cs-fixer: 3.11.0 -> 3.13.1
2022-12-29 18:20:13 +01:00
Pol Dellaiera
7383933b87
php.packages.grumphp: 1.8.1 -> 1.15.0
2022-12-29 18:19:59 +01:00
Pol Dellaiera
50b6e06bfe
php.packages.composer: update src
attribute
...
So it can be automatically updated with `nix-update`
2022-12-29 18:19:45 +01:00
Pol Dellaiera
7fc6b0e4a4
php.packages.box: 4.1.0 -> 4.2.0
2022-12-29 18:19:29 +01:00
R. Ryantm
19efc99aee
php80Packages.composer: 2.5.0 -> 2.5.1
2022-12-27 08:48:00 +00:00
Elis Hirwing
f0632260bd
Merge pull request #207356 from r-ryantm/auto-update/php-mongodb
...
php80Extensions.mongodb: 1.14.2 -> 1.15.0
2022-12-24 19:42:58 +01:00
R. Ryantm
240ed27834
php80Extensions.mongodb: 1.14.2 -> 1.15.0
2022-12-23 01:43:25 +00:00
Pol Dellaiera
b39d5afa75
php.packages.composer: 2.4.4 -> 2.5.0
2022-12-21 10:36:25 +01:00
Jan Tojnar
02713e6712
Merge pull request #201072 from jtojnar/restore-php-parallel-lint
...
php80.packages.php-parallel-lint: Fix build
2022-12-14 14:50:25 +01:00
Elis Hirwing
02dd59e2de
php.extensions.xdebug: 3.1.6 -> 3.2.0
2022-12-08 21:33:15 +01:00
Elis Hirwing
566793db55
Merge pull request #198037 from SuperSandro2000/php-cleanup
...
phpExtensions: little cleanup
2022-11-21 08:25:31 +01:00
Sandro Jäckel
8b63f7e174
phpExtensions.yaml: update homepage
2022-11-21 00:27:34 +01:00
Sandro Jäckel
2953d4b932
phpExtensions.protobuf: format description
2022-11-21 00:27:34 +01:00
Sandro Jäckel
c276f24e29
phpExtensions.pinba: replace version number
2022-11-21 00:27:34 +01:00
Pol Dellaiera
1812d1540e
php82: init at 8.2.0rc6
2022-11-16 18:57:26 +01:00
Jan Tojnar
35c91b9630
php80.packages.php-parallel-lint: Fix build
...
One of the main use cases of this program is ensuring that a project
targeting older PHP version does not use syntax that is not available there.
Unfortunately, box is now only available for PHP ≥ 8.1.
And even if we bring it from PHP 8.1 package set, the produced PHAR
will contain syntax incompatible with older PHP versions.
To work around this we either need to disable requirements checks
or force use the default PHAR stub over the box’s one.
And it turns out that php-parallel-linter already does the former,
only we did not have access to the `box.json` file
because it was excluded from the `git archive`.
Let’s fetch the source using Git so that box configuration is available.
Reverts 2db0ddb968
2022-11-14 23:36:38 +01:00
Elis Hirwing
2db0ddb968
php80.packages.php-parallel-lint: Mark as broken
2022-11-13 13:46:55 +01:00
Elis Hirwing
85eb44670b
php.extensions.xdebug: 3.1.5 -> 3.1.6
2022-11-12 12:41:12 +01:00
Elis Hirwing
9c24dbf8b2
php.extensions.swoole: 4.8.11 -> 5.0.1
2022-11-12 12:40:52 +01:00
Elis Hirwing
70d2a0b389
php.extensions.protobuf: 3.21.6 -> 3.21.9
2022-11-12 12:40:23 +01:00
Elis Hirwing
77e75248ec
php.extensions.openswoole: 4.11.1 -> 4.12.0
2022-11-12 12:39:59 +01:00
Elis Hirwing
c168d06921
php.extensions.mongodb: 1.14.1 -> 1.14.2
2022-11-12 12:39:35 +01:00
Elis Hirwing
0674e2e843
php.extensions.igbinary: 3.2.7 -> 3.2.12
2022-11-12 12:39:04 +01:00
Lucas Hoffmann
4493598d4b
php.packages.php-parallel-lint: fix build
...
The "build" subcommand of box was replaced by "compile" in version 4.0:
https://github.com/box-project/box/blob/master/UPGRADE.md#from-3x-to-4x
This broke the build of php-parallel-lint since
75bb9aeda4
.
This fixes #199994 .
2022-11-07 17:48:31 +01:00
Aaron Andersen
d3c9c4df6b
Merge pull request #185683 from ilkecan/phpPackages-set-meta-mainProgram
...
phpPackages: set meta.mainProgram
2022-11-07 08:25:02 -05:00
Elis Hirwing
91b8f8d639
Merge pull request #198811 from NixOS/psalm
...
php.packages.psalm: 4.25.0 → 4.29.0
2022-11-01 08:11:36 +01:00
Shyim
75bb9aeda4
phpPackages.box: 3.16.0 -> 4.1.0
2022-10-31 19:50:17 +00:00
Jan Tojnar
204fa12017
php.packages.psalm: 4.25.0 → 4.29.0
...
https://github.com/vimeo/psalm/releases/tag/4.26.0
https://github.com/vimeo/psalm/releases/tag/4.27.0
https://github.com/vimeo/psalm/releases/tag/4.28.0
https://github.com/vimeo/psalm/releases/tag/4.29.0
2022-10-31 18:10:51 +01:00
Thomas Gerbet
915165d379
phpPackages.composer: 2.4.2 -> 2.4.4
...
https://github.com/composer/composer/releases/tag/2.4.4
https://github.com/composer/composer/releases/tag/2.4.3
2022-10-29 17:16:41 +02:00
Sandro Jäckel
1592f4ca84
phpExtensions.php-cs-fixer: update homepage
2022-10-27 11:40:33 +02:00
Sandro Jäckel
e5ef9dc5bf
phpExtensions.openswoole: split longDescription on new lines
2022-10-27 11:40:05 +02:00
Sandro Jäckel
0b5af74cb6
phpExtensions.event: cleanup description
2022-10-27 11:38:34 +02:00
Sandro Jäckel
355a7527cc
phpExtensions.datadog_trace: cleanup
2022-10-27 11:38:27 +02:00
R. Ryantm
48a62fe609
php80Extensions.grpc: 1.48.1 -> 1.50.0
2022-10-22 22:29:14 +00:00
R. Ryantm
67f82b0526
php80Packages.phpstan: 1.8.5 -> 1.8.6
2022-09-26 00:49:59 +00:00
Elis Hirwing
7b3146e4ae
Merge pull request #192536 from r-ryantm/auto-update/php-protobuf
...
php80Extensions.protobuf: 3.21.5 -> 3.21.6
2022-09-23 07:29:48 +02:00
Elis Hirwing
c52e985fcd
Merge pull request #192535 from r-ryantm/auto-update/php-mongodb
...
php80Extensions.mongodb: 1.14.0 -> 1.14.1
2022-09-23 07:29:42 +02:00
Elis Hirwing
8583aea537
Merge pull request #192529 from r-ryantm/auto-update/php-phpstan
...
php80Packages.phpstan: 1.8.3 -> 1.8.5
2022-09-23 07:29:32 +02:00
Elis Hirwing
aba5298dac
Merge pull request #192528 from r-ryantm/auto-update/php-apcu
...
php80Extensions.apcu: 5.1.21 -> 5.1.22
2022-09-23 07:29:25 +02:00
Elis Hirwing
4afde4341c
Merge pull request #192526 from r-ryantm/auto-update/php-composer
...
php80Packages.composer: 2.4.1 -> 2.4.2
2022-09-23 07:29:15 +02:00
R. Ryantm
e3d72295ba
php80Extensions.protobuf: 3.21.5 -> 3.21.6
2022-09-23 02:02:39 +00:00
R. Ryantm
4da697d2a0
php80Extensions.mongodb: 1.14.0 -> 1.14.1
2022-09-23 02:01:20 +00:00
R. Ryantm
85e8506aa7
php80Packages.phpstan: 1.8.3 -> 1.8.5
2022-09-23 01:47:37 +00:00
R. Ryantm
29a5c6e399
php80Extensions.apcu: 5.1.21 -> 5.1.22
2022-09-23 01:46:32 +00:00
R. Ryantm
70a9cd7229
php80Packages.composer: 2.4.1 -> 2.4.2
2022-09-23 01:44:34 +00:00