Skip to content

Commit

Permalink
Implement schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
keithbrink committed Apr 19, 2024
1 parent 4f36a66 commit 2ea6c0a
Show file tree
Hide file tree
Showing 254 changed files with 3,526 additions and 852 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,14 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^8.1",
"php": "^8.2",
"guzzlehttp/guzzle": "^7.4",
"aws/aws-sdk-php": "^3.199",
"illuminate/http": "^9.0 || ^10.0",
"illuminate/http": "^10.0 || ^11.0",
"vlucas/phpdotenv": "^5.3",
"brick/money": "^0.5 || ^0.6 || ^0.7 || ^0.8",
"illuminate/support": "^9.0 || ^10.0",
"brick/money": "^0.5 || ^0.6 || ^0.7 || ^0.8 || ^0.9",
"illuminate/support": "^10.0 || ^11.0",
"illuminate/validation": "^10.0 || ^11.0",
"php-units-of-measure/php-units-of-measure": "^2.1",
"psr/log": "^1.0.1 || ^2.0 || ^3.0"
},
Expand Down
Loading

0 comments on commit 2ea6c0a

Please sign in to comment.