Skip to content

Commit

Permalink
Add requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
relliv committed Aug 31, 2022
1 parent 8dc3a9a commit f14ccdb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@

This package requires [license-connector](https://github.com/laravel-ready/license-connector) package. **License Connector** is client implementation for License Server. Package for the client makes a request to **License Server** and gets a response.

## 📋 Requirements

### PHP
- PHP 8.x
- [intl extension](https://secure.php.net/manual/en/book.intl.php)
- [json extension](https://secure.php.net/manual/en/book.json.php)
- [filter extension](https://secure.php.net/manual/en/book.filter.php)

### Laravel
- Laravel 8.x or 9.x version

## 📦 Installation (for Host App)

Get via composer
Expand Down
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "License server for Laravel",
"type": "library",
"license": "MIT",
"version": "1.2.6",
"version": "1.2.7",
"keywords": [
"laravel",
"license",
Expand All @@ -22,6 +22,9 @@
},
"require": {
"php": "^8.0.2",
"ext-filter": "*",
"ext-intl": "*",
"ext-json": "*",
"illuminate/support": "^9.0",
"jeremykendall/php-domain-parser": "^6.1",
"laravel-ready/ultimate-support": "^1.0",
Expand Down

0 comments on commit f14ccdb

Please sign in to comment.