Update everything
Package and PHP 8.4.
This commit is contained in:
parent
e224e57dd6
commit
f1ebee3299
5 changed files with 1275 additions and 704 deletions
|
@ -20,10 +20,10 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "8.3.*"
|
"php": "8.4.*"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^10.0",
|
"phpunit/phpunit": "^11.5",
|
||||||
"friendsofphp/php-cs-fixer": "^3.14"
|
"friendsofphp/php-cs-fixer": "^3.65"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
1913
composer.lock
generated
1913
composer.lock
generated
File diff suppressed because it is too large
Load diff
18
shell.nix
18
shell.nix
|
@ -1,10 +1,7 @@
|
||||||
{
|
{pkgs ? import <nixpkgs> { }}:
|
||||||
pkgs ? import <nixpkgs> { }
|
|
||||||
,phps ? import <phps>
|
|
||||||
}:
|
|
||||||
|
|
||||||
let
|
let
|
||||||
php = phps.packages.x86_64-linux.php83.buildEnv {
|
php = pkgs.php84.buildEnv {
|
||||||
extensions = { enabled, all }: enabled ++ (with all; [
|
extensions = { enabled, all }: enabled ++ (with all; [
|
||||||
xdebug
|
xdebug
|
||||||
]);
|
]);
|
||||||
|
@ -14,7 +11,7 @@ let
|
||||||
memory_limit = 4G
|
memory_limit = 4G
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
inherit(php.packages) composer;
|
inherit (php.packages) composer;
|
||||||
|
|
||||||
projectInstall = pkgs.writeShellApplication {
|
projectInstall = pkgs.writeShellApplication {
|
||||||
name = "project-install";
|
name = "project-install";
|
||||||
|
@ -24,7 +21,7 @@ let
|
||||||
projectTest
|
projectTest
|
||||||
];
|
];
|
||||||
text = ''
|
text = ''
|
||||||
composer install --working-dir="$PROJECT_ROOT"
|
composer install
|
||||||
project-test
|
project-test
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
@ -34,6 +31,7 @@ let
|
||||||
php
|
php
|
||||||
];
|
];
|
||||||
text = ''
|
text = ''
|
||||||
|
export PHP_CS_FIXER_IGNORE_ENV=1
|
||||||
./vendor/bin/phpunit
|
./vendor/bin/phpunit
|
||||||
./vendor/bin/php-cs-fixer fix --dry-run --allow-risky=yes
|
./vendor/bin/php-cs-fixer fix --dry-run --allow-risky=yes
|
||||||
'';
|
'';
|
||||||
|
@ -93,10 +91,4 @@ in pkgs.mkShellNoCC {
|
||||||
projectRun
|
projectRun
|
||||||
projectDeploy
|
projectDeploy
|
||||||
];
|
];
|
||||||
|
|
||||||
shellHook = ''
|
|
||||||
export PROJECT_ROOT="$(pwd)"
|
|
||||||
export PATH="$(pwd)/:$PATH"
|
|
||||||
export PHP_CS_FIXER_IGNORE_ENV=1
|
|
||||||
'';
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,7 +19,7 @@ Redmine </generator>
|
||||||
<author>
|
<author>
|
||||||
<name>Georgi Mateev</name>
|
<name>Georgi Mateev</name>
|
||||||
</author>
|
</author>
|
||||||
<content type="html"></content>
|
<content type="html"/>
|
||||||
</entry>
|
</entry>
|
||||||
<entry>
|
<entry>
|
||||||
<title>Bug #103883 (New): View generated in LinkBrowserController missed PageTS configuration</title>
|
<title>Bug #103883 (New): View generated in LinkBrowserController missed PageTS configuration</title>
|
||||||
|
@ -30,6 +30,6 @@ Redmine </generator>
|
||||||
<name>Nicole Cordes</name>
|
<name>Nicole Cordes</name>
|
||||||
<email>typo3@cordes.co</email>
|
<email>typo3@cordes.co</email>
|
||||||
</author>
|
</author>
|
||||||
<content type="html"></content>
|
<content type="html"/>
|
||||||
</entry>
|
</entry>
|
||||||
</feed>
|
</feed>
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<name>josefglatz</name>
|
<name>josefglatz</name>
|
||||||
<uri>https://github.com/josefglatz</uri>
|
<uri>https://github.com/josefglatz</uri>
|
||||||
</author>
|
</author>
|
||||||
<content type="html"></content>
|
<content type="html"/>
|
||||||
</entry>
|
</entry>
|
||||||
<entry>
|
<entry>
|
||||||
<id>tag:github.com,2008:Grit::Commit/4936022b6a37dd9daa6f9fffd596caa40b16944b</id>
|
<id>tag:github.com,2008:Grit::Commit/4936022b6a37dd9daa6f9fffd596caa40b16944b</id>
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
<name>nhovratov</name>
|
<name>nhovratov</name>
|
||||||
<uri>https://github.com/nhovratov</uri>
|
<uri>https://github.com/nhovratov</uri>
|
||||||
</author>
|
</author>
|
||||||
<content type="html"></content>
|
<content type="html"/>
|
||||||
</entry>
|
</entry>
|
||||||
<entry>
|
<entry>
|
||||||
<id>tag:github.com,2008:Grit::Commit/6797361e3272171f38afdcc6ef9f3bfc393a02d9</id>
|
<id>tag:github.com,2008:Grit::Commit/6797361e3272171f38afdcc6ef9f3bfc393a02d9</id>
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
<name>georgringer</name>
|
<name>georgringer</name>
|
||||||
<uri>https://github.com/georgringer</uri>
|
<uri>https://github.com/georgringer</uri>
|
||||||
</author>
|
</author>
|
||||||
<content type="html"></content>
|
<content type="html"/>
|
||||||
</entry>
|
</entry>
|
||||||
<entry>
|
<entry>
|
||||||
<id>tag:github.com,2008:Grit::Commit/2115fe399dea3e8f8d134dcd02f854a5147d9de1</id>
|
<id>tag:github.com,2008:Grit::Commit/2115fe399dea3e8f8d134dcd02f854a5147d9de1</id>
|
||||||
|
@ -59,7 +59,7 @@
|
||||||
<name/>
|
<name/>
|
||||||
<email>typo3@timhorstmann.de</email>
|
<email>typo3@timhorstmann.de</email>
|
||||||
</author>
|
</author>
|
||||||
<content type="html"></content>
|
<content type="html"/>
|
||||||
</entry>
|
</entry>
|
||||||
<entry>
|
<entry>
|
||||||
<id>tag:github.com,2008:Grit::Commit/953b80055f67d5753d7ef142ace3c49f042209f4</id>
|
<id>tag:github.com,2008:Grit::Commit/953b80055f67d5753d7ef142ace3c49f042209f4</id>
|
||||||
|
@ -73,7 +73,7 @@
|
||||||
<name>ochorocho</name>
|
<name>ochorocho</name>
|
||||||
<uri>https://github.com/ochorocho</uri>
|
<uri>https://github.com/ochorocho</uri>
|
||||||
</author>
|
</author>
|
||||||
<content type="html"></content>
|
<content type="html"/>
|
||||||
</entry>
|
</entry>
|
||||||
<entry>
|
<entry>
|
||||||
<id>tag:github.com,2008:Grit::Commit/3b1089c8594d4d1638939b0bb7bb5e67c37e8795</id>
|
<id>tag:github.com,2008:Grit::Commit/3b1089c8594d4d1638939b0bb7bb5e67c37e8795</id>
|
||||||
|
@ -87,7 +87,7 @@
|
||||||
<name>andreasfernandez</name>
|
<name>andreasfernandez</name>
|
||||||
<uri>https://github.com/andreasfernandez</uri>
|
<uri>https://github.com/andreasfernandez</uri>
|
||||||
</author>
|
</author>
|
||||||
<content type="html"></content>
|
<content type="html"/>
|
||||||
</entry>
|
</entry>
|
||||||
<entry>
|
<entry>
|
||||||
<id>tag:github.com,2008:Grit::Commit/ec8d82c39732903e07677755116ef70e1c670d6c</id>
|
<id>tag:github.com,2008:Grit::Commit/ec8d82c39732903e07677755116ef70e1c670d6c</id>
|
||||||
|
@ -101,7 +101,7 @@
|
||||||
<name>lolli42</name>
|
<name>lolli42</name>
|
||||||
<uri>https://github.com/lolli42</uri>
|
<uri>https://github.com/lolli42</uri>
|
||||||
</author>
|
</author>
|
||||||
<content type="html"></content>
|
<content type="html"/>
|
||||||
</entry>
|
</entry>
|
||||||
<entry>
|
<entry>
|
||||||
<id>tag:github.com,2008:Grit::Commit/e0ba68e2629383b3174c02d4f246cd675d1af3cf</id>
|
<id>tag:github.com,2008:Grit::Commit/e0ba68e2629383b3174c02d4f246cd675d1af3cf</id>
|
||||||
|
@ -115,7 +115,7 @@
|
||||||
<name>andreasfernandez</name>
|
<name>andreasfernandez</name>
|
||||||
<uri>https://github.com/andreasfernandez</uri>
|
<uri>https://github.com/andreasfernandez</uri>
|
||||||
</author>
|
</author>
|
||||||
<content type="html"></content>
|
<content type="html"/>
|
||||||
</entry>
|
</entry>
|
||||||
<entry>
|
<entry>
|
||||||
<id>tag:github.com,2008:Grit::Commit/7e57642c91aacbb1a1ad16895caf1cad1f504156</id>
|
<id>tag:github.com,2008:Grit::Commit/7e57642c91aacbb1a1ad16895caf1cad1f504156</id>
|
||||||
|
@ -129,7 +129,7 @@
|
||||||
<name>lolli42</name>
|
<name>lolli42</name>
|
||||||
<uri>https://github.com/lolli42</uri>
|
<uri>https://github.com/lolli42</uri>
|
||||||
</author>
|
</author>
|
||||||
<content type="html"></content>
|
<content type="html"/>
|
||||||
</entry>
|
</entry>
|
||||||
<entry>
|
<entry>
|
||||||
<id>tag:github.com,2008:Grit::Commit/51bef53fe5775b0708155921080ccbe66952cc3e</id>
|
<id>tag:github.com,2008:Grit::Commit/51bef53fe5775b0708155921080ccbe66952cc3e</id>
|
||||||
|
@ -143,7 +143,7 @@
|
||||||
<name>lolli42</name>
|
<name>lolli42</name>
|
||||||
<uri>https://github.com/lolli42</uri>
|
<uri>https://github.com/lolli42</uri>
|
||||||
</author>
|
</author>
|
||||||
<content type="html"></content>
|
<content type="html"/>
|
||||||
</entry>
|
</entry>
|
||||||
<entry>
|
<entry>
|
||||||
<id>tag:github.com,2008:Grit::Commit/773c4f581b17a96e9cc17436d546385100c72f81</id>
|
<id>tag:github.com,2008:Grit::Commit/773c4f581b17a96e9cc17436d546385100c72f81</id>
|
||||||
|
@ -157,7 +157,7 @@
|
||||||
<name>ochorocho</name>
|
<name>ochorocho</name>
|
||||||
<uri>https://github.com/ochorocho</uri>
|
<uri>https://github.com/ochorocho</uri>
|
||||||
</author>
|
</author>
|
||||||
<content type="html"></content>
|
<content type="html"/>
|
||||||
</entry>
|
</entry>
|
||||||
<entry>
|
<entry>
|
||||||
<id>tag:github.com,2008:Grit::Commit/32dc37fe7d61990fb74cc3d559089576439e4c7f</id>
|
<id>tag:github.com,2008:Grit::Commit/32dc37fe7d61990fb74cc3d559089576439e4c7f</id>
|
||||||
|
@ -171,7 +171,7 @@
|
||||||
<name>sbuerk</name>
|
<name>sbuerk</name>
|
||||||
<uri>https://github.com/sbuerk</uri>
|
<uri>https://github.com/sbuerk</uri>
|
||||||
</author>
|
</author>
|
||||||
<content type="html"></content>
|
<content type="html"/>
|
||||||
</entry>
|
</entry>
|
||||||
<entry>
|
<entry>
|
||||||
<id>tag:github.com,2008:Grit::Commit/c3c61edff0983a99d30d6cbc32ef0b2cb29661cb</id>
|
<id>tag:github.com,2008:Grit::Commit/c3c61edff0983a99d30d6cbc32ef0b2cb29661cb</id>
|
||||||
|
@ -185,7 +185,7 @@
|
||||||
<name>maddy2101</name>
|
<name>maddy2101</name>
|
||||||
<uri>https://github.com/maddy2101</uri>
|
<uri>https://github.com/maddy2101</uri>
|
||||||
</author>
|
</author>
|
||||||
<content type="html"></content>
|
<content type="html"/>
|
||||||
</entry>
|
</entry>
|
||||||
<entry>
|
<entry>
|
||||||
<id>tag:github.com,2008:Grit::Commit/68d67171c1d9a61e0d056ae849aa0c1db4ba6eda</id>
|
<id>tag:github.com,2008:Grit::Commit/68d67171c1d9a61e0d056ae849aa0c1db4ba6eda</id>
|
||||||
|
@ -199,7 +199,7 @@
|
||||||
<name>oliverklee</name>
|
<name>oliverklee</name>
|
||||||
<uri>https://github.com/oliverklee</uri>
|
<uri>https://github.com/oliverklee</uri>
|
||||||
</author>
|
</author>
|
||||||
<content type="html"></content>
|
<content type="html"/>
|
||||||
</entry>
|
</entry>
|
||||||
<entry>
|
<entry>
|
||||||
<id>tag:github.com,2008:Grit::Commit/0a9b218aadbb772e1c37f9ca0b446bd6c1648542</id>
|
<id>tag:github.com,2008:Grit::Commit/0a9b218aadbb772e1c37f9ca0b446bd6c1648542</id>
|
||||||
|
@ -213,7 +213,7 @@
|
||||||
<name>andreasfernandez</name>
|
<name>andreasfernandez</name>
|
||||||
<uri>https://github.com/andreasfernandez</uri>
|
<uri>https://github.com/andreasfernandez</uri>
|
||||||
</author>
|
</author>
|
||||||
<content type="html"></content>
|
<content type="html"/>
|
||||||
</entry>
|
</entry>
|
||||||
<entry>
|
<entry>
|
||||||
<id>tag:github.com,2008:Grit::Commit/26ca6872684ccc469a9e2981cb8cf3bb83134d12</id>
|
<id>tag:github.com,2008:Grit::Commit/26ca6872684ccc469a9e2981cb8cf3bb83134d12</id>
|
||||||
|
@ -227,7 +227,7 @@
|
||||||
<name>lolli42</name>
|
<name>lolli42</name>
|
||||||
<uri>https://github.com/lolli42</uri>
|
<uri>https://github.com/lolli42</uri>
|
||||||
</author>
|
</author>
|
||||||
<content type="html"></content>
|
<content type="html"/>
|
||||||
</entry>
|
</entry>
|
||||||
<entry>
|
<entry>
|
||||||
<id>tag:github.com,2008:Grit::Commit/614e15d76087e775b965c4fb6e5e4ae59692c128</id>
|
<id>tag:github.com,2008:Grit::Commit/614e15d76087e775b965c4fb6e5e4ae59692c128</id>
|
||||||
|
@ -241,7 +241,7 @@
|
||||||
<name>alexanderschnitzler</name>
|
<name>alexanderschnitzler</name>
|
||||||
<uri>https://github.com/alexanderschnitzler</uri>
|
<uri>https://github.com/alexanderschnitzler</uri>
|
||||||
</author>
|
</author>
|
||||||
<content type="html"></content>
|
<content type="html"/>
|
||||||
</entry>
|
</entry>
|
||||||
<entry>
|
<entry>
|
||||||
<id>tag:github.com,2008:Grit::Commit/f54531dad88addc4639f09b4cc37228524156d0c</id>
|
<id>tag:github.com,2008:Grit::Commit/f54531dad88addc4639f09b4cc37228524156d0c</id>
|
||||||
|
@ -255,7 +255,7 @@
|
||||||
<name>MaxKellermann</name>
|
<name>MaxKellermann</name>
|
||||||
<uri>https://github.com/MaxKellermann</uri>
|
<uri>https://github.com/MaxKellermann</uri>
|
||||||
</author>
|
</author>
|
||||||
<content type="html"></content>
|
<content type="html"/>
|
||||||
</entry>
|
</entry>
|
||||||
<entry>
|
<entry>
|
||||||
<id>tag:github.com,2008:Grit::Commit/66d3625281f47ef788f8663c0dbd050081d3fe74</id>
|
<id>tag:github.com,2008:Grit::Commit/66d3625281f47ef788f8663c0dbd050081d3fe74</id>
|
||||||
|
@ -269,6 +269,6 @@
|
||||||
<name>sypets</name>
|
<name>sypets</name>
|
||||||
<uri>https://github.com/sypets</uri>
|
<uri>https://github.com/sypets</uri>
|
||||||
</author>
|
</author>
|
||||||
<content type="html"></content>
|
<content type="html"/>
|
||||||
</entry>
|
</entry>
|
||||||
</feed>
|
</feed>
|
||||||
|
|
Loading…
Reference in a new issue