Skip to content
This repository was archived by the owner on Jan 24, 2024. It is now read-only.

Commit a729662

Browse files
authored
Update composer.json
1 parent 2d257ff commit a729662

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
"require": {
1313
"php": ">=7.2",
1414
"ext-pdo": "*",
15-
"spiral/core": "^1.1",
16-
"spiral/logger": "^1.0",
17-
"spiral/pagination": "^2.2"
15+
"spiral/core": "^2.7",
16+
"spiral/logger": "^2.7",
17+
"spiral/pagination": "^2.7"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "~8.0",
2121
"mockery/mockery": "^1.1",
22-
"spiral/dumper": "^1.0",
22+
"spiral/dumper": "^2.7",
2323
"spiral/code-style": "^1.0",
24-
"spiral/tokenizer": "^2.1"
24+
"spiral/tokenizer": "^2.7"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)