Skip to content

Commit

Permalink
Updated the PHP supported versions from the newest release and added …
Browse files Browse the repository at this point in the history
…the original project logo to the repository.
  • Loading branch information
TonyKaravasilev committed Dec 15, 2022
1 parent efa23a1 commit 7ea77e6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/cryptographic-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ target="_blank"} that has the following properties:

    **The good news here is that you are not supposed to pick those on your own!** They are
generated as part of the protocol and you only need to set the size of the key pair being generated. The supported sizes
are standardized to be between `384` (fastest but weakest) and `15360` (slowest but strongest) bits, but also be
are standardized to be between `512` (fastest but weakest) and `15360` (slowest but strongest) bits, but also be
dividable by `128` bits. **The default key pair size is set to `2048`.** The key transformation hash function can be set
on initialization or via the `setKeyExpansionFunction()` method. Here is a list of all available methods:

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ software engineer needs to develop secure application features, which may includ
- Is fully object-oriented and developer-friendly;
- Follows the PSR-0/PSR-4 autoloading standard;
- Follows the PSR-12 (includes PSR-1 and extends PSR-2) coding style guide;
- Works under a vast of PHP versions, starting from 5.5 to the latest 8.0 (x86/x64);
- Works under a vast of PHP versions, starting from 5.5 to the latest 8.1 (x86/x64);
- Works under both Windows or Unix/Linux based distributions for any PHP web server;
- Has a 100.00% code coverage result via a huge unit test suite under every supported version;
- Has a 100.00% PHPDoc components coverage for full IDE stubs autocompleting;
Expand Down
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ more detailed information about the framework installation and requirements.

### [](#system-requirements){:.book_mark}System Requirements ###

    To use the CryptoManana framework, you must have a PHP version between 5.5 and 8.0 with the
    To use the CryptoManana framework, you must have a PHP version between 5.5 and 8.1 with the
default built-in set of extensions. Note that some operating systems may come with faulty a compilation of PHP or with
some extensions disabled via configuration. For example, a lot of Unix unmaintained distributions sometimes forget to
compile the 'libsodium'/'
Expand All @@ -53,7 +53,7 @@ the extra extension 'mbstring' to fully support that.
- The minimum RAM to run PHP;
- x86 or 64x system architecture;
- ASCII or Unicode encoding support;
- A `PHP` version 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, 7.4 or 8.0;
- A `PHP` version 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0 or 8.1;
- The `spl` extension (bundles with PHP >= 5.0.0, added to core since PHP >= 5.3.0);
- The `hash` extension (bundled with PHP >= 5.1.2, added to core since PHP >= 7.4.0);
- The `openssl` extension (added by default for PHP >= 5.0.0, needs the OpenSSL Library);
Expand Down
Binary file added images/CryptoMananaOriginalLogo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ target="_blank"}**{: .centered_item}

### [](#project-requirements){:.book_mark}Project Requirements ###

- `PHP Version`: 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, 7.4 or 8.0;
- `PHP Version`: 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0 or 8.1;
- The `spl` extension (bundles with PHP >= 5.0.0, added to core since PHP >= 5.3.0);
- The `hash` extension (bundled with PHP >= 5.1.2, added to core since PHP >= 7.4.0);
- The `openssl` extension (added by default for PHP >= 5.0.0, needs the OpenSSL Library);
Expand Down

0 comments on commit 7ea77e6

Please sign in to comment.