Skip to content

Commit

Permalink
API Objects (e.g. IsoDate, IsoDateTime, IsoTime) for feature parity (#40
Browse files Browse the repository at this point in the history
)
  • Loading branch information
allestuetsmerweh authored Jan 5, 2025
1 parent 9495623 commit 53bd435
Show file tree
Hide file tree
Showing 34 changed files with 1,507 additions and 610 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
# see https://www.php.net/supported-versions.php
php-version: ['8.2']
php-version: ['8.3', '8.2', '8.1']
name: Tests (PHP ${{ matrix.php-version }})
runs-on: ubuntu-latest
steps:
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "allestuetsmerweh/php-typescript-api",
"version": "2.6.5",
"version": "2.6.6",
"type": "library",
"description": "Build a typed Web API using PHP and TypeScript",
"keywords": ["PHP","TypeScript","API"],
Expand All @@ -16,7 +16,7 @@
],
"config": {
"platform": {
"php": "8.2"
"php": "8.1"
}
},
"require-dev": {
Expand All @@ -26,7 +26,7 @@
},
"require": {
"monolog/monolog": ">=3.2",
"php": ">=8.2",
"php": ">=8.1",
"psr/log": ">=3.0",
"symfony/http-foundation": ">=6.1",
"phpstan/phpdoc-parser": "^2.0"
Expand Down
Loading

0 comments on commit 53bd435

Please sign in to comment.