Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar committed Jun 13, 2019
1 parent e0741b8 commit 8b20e9c
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 6 deletions.
17 changes: 17 additions & 0 deletions .docs/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# Tlapnet Stamus

Simple state machine library for verifying State transitions

## Content

- [Setup](.docs/README.md#setup)
- [State](.docs/README.md#state)
- [Transitions](.docs/README.md#transitions)
- [Example usage](.docs/README.md#example-usage)

## Setup

```bash
composer require tlapnet/stamus
```

## State

A state in state machine that can be verified whether can be transitioned to another state. State accepts unique ID and optional context
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,18 @@ Simple state machine library for verifying State transitions

## Documentation

- [Setup](.docs/README.md#setup)
- [State](.docs/README.md#state)
- [Transitions](.docs/README.md#transitions)
- [Example usage](.docs/README.md#example-usage)

## Versions
## Version

| State | Version | Branch | PHP |
|-------------|---------|----------|--------|
| dev | `^0.2` | `master` | `^7.2` |
| stable | `^0.1` | `master` | `^7.2` |


## Maintainers

<table>
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
},
"require-dev": {
"ninjify/qa": "^0.9.0",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan-deprecation-rules": "^0.11",
"phpstan/phpstan-shim": "^0.11",
"phpstan/phpstan-strict-rules": "^0.11",
Expand All @@ -37,7 +38,7 @@
},
"extra": {
"branch-alias": {
"dev-develop": "0.1.x-dev"
"dev-develop": "0.2.x-dev"
}
}
}
3 changes: 0 additions & 3 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
includes:
- vendor/phpstan/phpstan-deprecation-rules/rules.neon
- vendor/phpstan/phpstan-strict-rules/rules.neon

0 comments on commit 8b20e9c

Please sign in to comment.