eristemena / dialogflow-fulfillment-webhook-php

Dialogflow agent fulfillment PHP library supporting v1 & v2
MIT License
103 stars 47 forks source link

Deprecated Library Carbon 1 to Carbon 2 #30

Closed Freeman015 closed 5 years ago

Freeman015 commented 5 years ago

Just downloaded trough Composer and it gives a warning about Carbon 1 being deprecated. Doesn't seem to be a breaking issue. However its something to notice.

Using version ^1.3 for eristemena/dialogflow-fulfillment-webhook-php
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 5 installs, 0 updates, 0 removals
  - Installing kylekatarnls/update-helper (1.1.1): Downloading (100%)
  - Installing symfony/polyfill-mbstring (v1.11.0): Loading from cache
  - Installing symfony/translation (v3.4.28): Loading from cache
  - Installing nesbot/carbon (1.38.4): Downloading (100%)
  - Installing eristemena/dialogflow-fulfillment-webhook-php (1.3.0): Downloading (100%)
symfony/translation suggests installing symfony/config
symfony/translation suggests installing symfony/yaml
symfony/translation suggests installing psr/log-implementation (To use logging capability in translator)
Writing lock file
Generating autoload files
Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
    You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.

Greetings, Freeman015

basiteaal commented 5 years ago

Fixed by a commit of @okaufmann

This issue can be closed.