Skip to content

Commit

Permalink
[1.x] Support timestamp zulu format in Time (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
imdhemy authored Nov 10, 2024
1 parent cdfea82 commit 509581f
Show file tree
Hide file tree
Showing 11 changed files with 1,126 additions and 597 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,17 @@
"ext-json": "*",
"nesbot/carbon": "^2.66|^3.0",
"guzzlehttp/guzzle": "^7.5.1",
"google/auth": "^1.26"
"google/auth": "^1.26",
"symfony/serializer": "^7.1",
"symfony/property-access": "^7.1"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"phpunit/phpunit": "^9.6.7",
"vimeo/psalm": "^5.26",
"friendsofphp/php-cs-fixer": "^3.16",
"fakerphp/faker": "^1.21"
"fakerphp/faker": "^1.21",
"psalm/plugin-phpunit": "^0.19.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 509581f

Please sign in to comment.