Skip to content

Commit cdfaa95

Browse files
committed
Update dependencies
1 parent b8919d2 commit cdfaa95

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/vendor/
22
composer.lock
33
/build/
4+
.idea

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
}
1818
],
1919
"require": {
20-
"php": "~7.3",
21-
"illuminate/contracts": ">=6.0"
20+
"php": "~8.2|~8.3|~8.4",
21+
"illuminate/contracts": "^12.0"
2222
},
2323
"require-dev": {
24-
"codedungeon/phpunit-result-printer": "^0.27.0",
25-
"phpunit/phpunit": ">=7.0",
24+
"codedungeon/phpunit-result-printer": "^0.32.0",
25+
"phpunit/phpunit": ">=12.0",
2626
"squizlabs/php_codesniffer": "^3.5"
2727
},
2828
"autoload": {

0 commit comments

Comments
 (0)