We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 543f9a1 commit ab26963Copy full SHA for ab26963
2 files changed
LICENSE
@@ -1,4 +1,4 @@
1
-Copyright (c) 2025 Christian Olear
+Copyright (c) 2026 Christian Olear
2
3
Permission is hereby granted, free of charge, to any person obtaining
4
a copy of this software and associated documentation files (the
composer.json
@@ -40,9 +40,9 @@
40
"php" : "^8.0"
41
},
42
"require-dev": {
43
- "pestphp/pest": "^1.21|^2.0|^3.0",
+ "pestphp/pest": "^1.21|^2.0|^3.0|^4.0",
44
"friendsofphp/php-cs-fixer": "^3.8",
45
- "phpstan/phpstan": "^1.7"
+ "phpstan/phpstan": "^1.7|^2.0"
46
47
"scripts": {
48
"test": "@php vendor/bin/pest",
0 commit comments