Skip to content

Commit

Permalink
Merge pull request #2 from spaze/spaze/update-deps
Browse files Browse the repository at this point in the history
Require Nette 3 packages and supported versions of PHP
  • Loading branch information
spaze committed Oct 11, 2021
2 parents cb0f715 + edb5be9 commit 0a29b98
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,20 @@ Custom PHP session handler for [Nette Framework](http://nette.org/) that uses My

## Requirements

- [nette/database](https://github.com/nette/database) 3.1+
- [nette/di](https://github.com/nette/utils) 3.0+
- [nette/utils](https://github.com/nette/utils) 3.2+
- PHP 7.4+

<details>
<summary>Requirements for previous versions</summary>

*Requirements for 2.1 (not supported anymore)**
- [nette/database](https://github.com/nette/database) 2.4+
- [nette/di](https://github.com/nette/utils) 2.4+
- [nette/utils](https://github.com/nette/utils) 2.4+
- PHP 7.2+
</details>

## Installation

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
}
],
"require": {
"php": ">=7.2",
"nette/database": ">=2.4",
"nette/di": ">=2.4",
"nette/utils": ">=2.4"
"php": "^7.4 || ^8.0",
"nette/database": "^3.1",
"nette/di": "^3.0",
"nette/utils": "^3.2"
},
"autoload": {
"classmap": ["src/"]
Expand Down

0 comments on commit 0a29b98

Please sign in to comment.