Skip to content

Commit

Permalink
update License and Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mimmi20 committed Jun 23, 2019
1 parent b7e6fb7 commit cb618d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2018-2019 Thomas Müller
Copyright (c) 2019 Thomas Müller

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ios-build

This class add a class wrapper around [daverandom/exceptional-json](https://github.com/DaveRandom/ExceptionalJSON) to make mocking easier.
This class add a class wrapper around [peterkahl/apple-ios-build-version](https://github.com/peterkahl/Apple-iOS-build) to make mocking easier.

[![Latest Stable Version](https://poser.pugx.org/mimmi20/ios-build/v/stable?format=flat-square)](https://packagist.org/packages/mimmi20/ios-build)
[![Latest Unstable Version](https://poser.pugx.org/mimmi20/ios-build/v/unstable?format=flat-square)](https://packagist.org/packages/mimmi20/ios-build)
Expand Down Expand Up @@ -29,11 +29,11 @@ composer require mimmi20/ios-build
## Usage

```php
$json = new \IosBuild\Json();
$decoded = $json->decode();
$build = new \IosBuild\IosBuild();
$version = $build->getVersion('<the build>');
```

See also [daverandom/exceptional-json's decomantation](https://raw.githubusercontent.com/DaveRandom/ExceptionalJSON/master/readme.md)
See also [peterkahl/apple-ios-build-version's documentation](https://raw.githubusercontent.com/peterkahl/Apple-iOS-build/master/readme.md)

## Issues and feature requests

Expand Down

0 comments on commit cb618d3

Please sign in to comment.