mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-03-25 18:32:17 -04:00
- Remove incorrect %C mapping (was mapping century to full year) - Add special handling for %C (century), %c (datetime), %n (newline), %t (tab), %x (date) - Add %h mapping (same as %b for abbreviated month) - Tighten edge-case test assertions to use assertSame/assertMatchesRegularExpression - Add tests for new directives: %C, %c, %n, %t, %x, %h
3 lines
112 B
Docker
3 lines
112 B
Docker
FROM php:8.4-cli
|
|
RUN apt-get update && apt-get install -y libicu-dev && docker-php-ext-install intl
|
|
WORKDIR /app |