Skip to content

Commit ab26963

Browse files
committed
Update dev dependencies
Allow PEST ^4.0 and PHPStan ^2.0.
1 parent 543f9a1 commit ab26963

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2025 Christian Olear
1+
Copyright (c) 2026 Christian Olear
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
"php" : "^8.0"
4141
},
4242
"require-dev": {
43-
"pestphp/pest": "^1.21|^2.0|^3.0",
43+
"pestphp/pest": "^1.21|^2.0|^3.0|^4.0",
4444
"friendsofphp/php-cs-fixer": "^3.8",
45-
"phpstan/phpstan": "^1.7"
45+
"phpstan/phpstan": "^1.7|^2.0"
4646
},
4747
"scripts": {
4848
"test": "@php vendor/bin/pest",

0 commit comments

Comments
 (0)