Skip to content

Commit f14ccdb

Browse files
committed
Add requirements
1 parent 8dc3a9a commit f14ccdb

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@
1313

1414
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.
1515

16+
## 📋 Requirements
17+
18+
### PHP
19+
- PHP 8.x
20+
- [intl extension](https://secure.php.net/manual/en/book.intl.php)
21+
- [json extension](https://secure.php.net/manual/en/book.json.php)
22+
- [filter extension](https://secure.php.net/manual/en/book.filter.php)
23+
24+
### Laravel
25+
- Laravel 8.x or 9.x version
26+
1627
## 📦 Installation (for Host App)
1728

1829
Get via composer

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "License server for Laravel",
44
"type": "library",
55
"license": "MIT",
6-
"version": "1.2.6",
6+
"version": "1.2.7",
77
"keywords": [
88
"laravel",
99
"license",
@@ -22,6 +22,9 @@
2222
},
2323
"require": {
2424
"php": "^8.0.2",
25+
"ext-filter": "*",
26+
"ext-intl": "*",
27+
"ext-json": "*",
2528
"illuminate/support": "^9.0",
2629
"jeremykendall/php-domain-parser": "^6.1",
2730
"laravel-ready/ultimate-support": "^1.0",

0 commit comments

Comments
 (0)