Skip to content

Commit b167d58

Browse files
authored
chore: upgrade laravel/pint to fix PHP 8.4 deprecations + remove psalm (#160)
* chore: upgrade laravel/pint to ^1.21 and apply formatting Bumps laravel/pint from 1.2.* (v1.2.1, 2022) to ^1.21 (v1.27.1) to eliminate PHP 8.4 deprecation warnings about implicitly nullable parameters. Applies pint formatting across all src and test files. * format * remove psalm
1 parent 95b0fb6 commit b167d58

29 files changed

Lines changed: 893 additions & 3007 deletions

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@
2626
"utopia-php/validators": "0.2.*"
2727
},
2828
"require-dev": {
29-
"phpunit/phpunit": "^9.3",
30-
"vimeo/psalm": "4.0.1",
31-
"laravel/pint": "1.2.*"
29+
"laravel/pint": "^1.21",
30+
"phpunit/phpunit": "^9.3"
3231
},
3332
"config": {
3433
"allow-plugins": {

0 commit comments

Comments
 (0)