rebelcode / rcmod-eddbk-cart
A RebelCode module that adds EDD cart bookings functionality to EDD Bookings.
Installs: 713
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 1
Type:rc-module
Requires
- php: ^5.5 | ^7.0
- dhii/evaluable-interface: ^0.1-alpha1
- dhii/memoize-memory: ^0.2-alpha1
- dhii/placeholder-template: ^0.1-alpha2
- nesbot/carbon: ^1.29.0
- rebelcode/modular: ^0.1-alpha1
- rebelcode/time-abstract: ^0.1
Requires (Dev)
- codeclimate/php-test-reporter: <=0.3.2
- dhii/cqrs-resource-model-interface: ^0.2-alpha1
- dhii/data-state-interface: ^0.1-alpha1
- dhii/php-cs-fixer-config: ^0.1
- johnpbloch/wordpress-core: ^4.0
- phpunit/phpunit: ^4.8
- ptrofimov/xpmock: ^1.1
- rebelcode/booking-system-interface: ^0.1-alpha1
- rebelcode/entity-manager-interface: ^0.1-alpha1
- rebelcode/rcmod-booking-logic: ^0.1-alpha3
- rebelcode/rcmod-eddbk-booking-logic: ^0.1-alpha8
- rebelcode/rcmod-eddbk-services: ^0.1-alpha13
- rebelcode/rcmod-wp-bookings-cqrs: ^0.1-alpha8
This package is auto-updated.
Last update: 2021-05-10 10:20:15 UTC
README
A RebelCode module that adds EDD cart bookings functionality to EDD Bookings.
Requirements
- PHP 5.4 or later
Note: UTC offset timezones, such as "UTC+2"
, UTC-5
, and the like, will only work on PHP 5.5.10 or later.
This is due to a change in the DateTimeZone
constructor at that PHP version.