Skip to content

Commit c98539e

Browse files
Merge pull request #30 from FreeElephants/dev-2025-02
composer conflict, remove test class
2 parents 99cb1d5 + 3aed6f6 commit c98539e

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
### Changed
10+
- Add conflict with origin neomerx/json-api (use fork laravel-json-api/neomerx-json-api for best php 8.* support)
11+
912
## [0.0.15] - 2025-02-06
1013

1114
### Added

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@
4343
"laminas/laminas-httphandlerrunner": "*",
4444
"nyholm/psr7": "^1.2"
4545
},
46+
"conflict": {
47+
"neomerx/json-api": "*"
48+
},
4649
"autoload": {
4750
"psr-4": {
4851
"FreeElephants\\": [

tests/FreeElephants/JsonApiToolkit/DTO/ResourceObjectTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,3 @@ public function testRelationshipTypes()
3131
$this->assertSame('one', $resourceObject->relationships->one->data->type);
3232
}
3333
}
34-
35-
class Attributes extends AbstractAttributes
36-
{
37-
public string $foo;
38-
}

0 commit comments

Comments
 (0)