Skip to content

Commit 6671075

Browse files
committed
remove lock ignoring and update dependency version
1 parent 7efe6b9 commit 6671075

File tree

3 files changed

+8778
-11
lines changed

3 files changed

+8778
-11
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.idea
22
.phpunit.result.cache
33
build
4-
composer.lock
54
coverage
65
docs
76
phpunit.xml

composer.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@
1717
],
1818
"require": {
1919
"php": "^8.1",
20-
"spatie/laravel-package-tools": "^1.13.0",
21-
"illuminate/contracts": "^9.0"
20+
"spatie/laravel-package-tools": "^1.15",
21+
"illuminate/contracts": "^9.0|^10.0"
2222
},
2323
"require-dev": {
24-
"laravel/pint": "^1.0",
24+
"laravel/pint": "^1.10.3",
2525
"nunomaduro/collision": "^6.0",
26-
"nunomaduro/larastan": "^2.0.1",
26+
"nunomaduro/larastan": "^2.6.3",
2727
"orchestra/testbench": "^7.0",
28-
"pestphp/pest": "^1.21",
29-
"pestphp/pest-plugin-laravel": "^1.1",
30-
"phpstan/extension-installer": "^1.1",
31-
"phpstan/phpstan-deprecation-rules": "^1.0",
32-
"phpstan/phpstan-phpunit": "^1.0",
33-
"phpunit/phpunit": "^9.5"
28+
"pestphp/pest": "^1",
29+
"pestphp/pest-plugin-laravel": "^1",
30+
"phpstan/extension-installer": "^1.3.1",
31+
"phpstan/phpstan-deprecation-rules": "^1.1.3",
32+
"phpstan/phpstan-phpunit": "^1.3.13",
33+
"phpunit/phpunit": "^9.6"
3434
},
3535
"autoload": {
3636
"psr-4": {

0 commit comments

Comments
 (0)