joomla / date
Joomla Date Package
Fund package maintenance!
joomla
community.joomla.org/sponsorship-campaigns.html
Installs: 19 212
Dependents: 7
Suggesters: 0
Security: 0
Stars: 3
Watchers: 10
Forks: 6
Open Issues: 1
Type:joomla-package
Requires
- php: ~7.0
Requires (Dev)
- joomla/coding-standards: ~2.0@alpha
- phpunit/phpunit: ~6.3
This package is auto-updated.
Last update: 2021-04-06 22:32:49 UTC
README
Deprecated
The joomla/date
package is deprecated with no further updates planned.
Installation via Composer
Add "joomla/date": "~1.0"
to the require block in your composer.json and then run composer install
.
{ "require": { "joomla/date": "~1.0" } }
Alternatively, you can simply run the following from the command line:
composer require joomla/date "~1.0"