Skip to content

Commit 7557b19

Browse files
author
Andrey Helldar
authored
Replace dragon-code/simple-data-transfer-object with dragon-code/simple-dto
1 parent 1ee4936 commit 7557b19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"require": {
2525
"php": "^7.3 || ^8.0",
2626
"ext-json": "*",
27-
"cashier-provider/core": "^2.5",
27+
"cashier-provider/core": "^3.0",
2828
"dragon-code/contracts": "^2.0",
29-
"dragon-code/simple-data-transfer-object": "^2.0",
29+
"dragon-code/simple-dto": "^2.2",
3030
"dragon-code/support": "^5.0",
3131
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0"
3232
},

0 commit comments

Comments
 (0)