Skip to content

Commit

Permalink
Add nesbot/carbon dependency
Browse files Browse the repository at this point in the history
Introduced "nesbot/carbon" version 3.3.* as a new dependency in composer.json. Updated CHANGELOG.md to reflect the added dependency.

Signed-off-by: mesilov <mesilov.maxim@gmail.com>
  • Loading branch information
mesilov committed May 4, 2024
1 parent 1508d13 commit ecb19e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
* add dependencies
* `symfony/console` version `^6 || ^7`
* `symfony/dotenv` version `^6 || ^7`
* `symfony/filesystem` version `^6 || ^7`,
* `symfony/mime` version `^6 || ^7`,
* `symfony/filesystem` version `^6 || ^7`
* `symfony/mime` version `^6 || ^7`
* `nesbot/carbon` version `3.3.*`
* add scope `bizproc` and [services](https://github.com/mesilov/bitrix24-php-sdk/issues/376) for work with workflows:
* `Activity` – service for work with application activities:
* `add` – adds new activity to a workflow
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"psr/log": "^2 || ^3",
"fig/http-message-util": "1.1.*",
"ramsey/uuid": "^3 ||^4",
"nesbot/carbon": "3.3.*",
"moneyphp/money": "^3 || ^4",
"symfony/http-client": "^6 || ^7",
"symfony/console": "^6 || ^7",
Expand Down

0 comments on commit ecb19e1

Please sign in to comment.