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