Skip to content

Commit 2f23475

Browse files
committed
Merge tag 'v1.0.0' into develop
Initial release
2 parents f4139b5 + 4ad2bc9 commit 2f23475

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@
33
All notable changes to this project will be documented in this file. This project adheres to
44
[Semantic Versioning](http://semver.org/) and [this changelog format](http://keepachangelog.com/).
55

6-
## Unreleased
6+
## [1.0.0] - 2021-07-31
7+
8+
Initial release.

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
],
2525
"require": {
2626
"php": "^7.4|^8.0",
27-
"laravel-json-api/eloquent": "^1.0.0-beta.2",
28-
"tenantcloud/laravel-boolean-softdeletes": "^3.0"
27+
"laravel-json-api/eloquent": "^1.0.0",
28+
"tenantcloud/laravel-boolean-softdeletes": "^3.1"
2929
},
3030
"require-dev": {
3131
"orchestra/testbench": "^6.17",
@@ -48,7 +48,7 @@
4848
"dev-develop": "1.x-dev"
4949
}
5050
},
51-
"minimum-stability": "beta",
51+
"minimum-stability": "stable",
5252
"prefer-stable": true,
5353
"config": {
5454
"sort-packages": true

tests/lib/Acceptance/TestCase.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121

2222
use App\Schemas\PostSchema;
2323
use LaravelJsonApi\Contracts\Schema\Container as SchemaContainerContract;
24-
use LaravelJsonApi\Core\Schema\Container as SchemaContainer;
2524
use LaravelJsonApi\Contracts\Server\Server;
25+
use LaravelJsonApi\Core\Schema\Container as SchemaContainer;
2626
use Orchestra\Testbench\TestCase as BaseTestCase;
2727

2828
class TestCase extends BaseTestCase

0 commit comments

Comments
 (0)