Skip to content
This repository has been archived by the owner on Dec 24, 2019. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nickolasburr committed Aug 1, 2019
1 parent b04b5f1 commit 62186a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
@@ -1,6 +1,6 @@
# AuroraExtensions\_Polyfill

Magento module that backports PHP 7.3+ features to older versions.
Backport PHP 7.3+ features to older versions for use in Magento.

## PHP Versions

Expand All @@ -9,6 +9,6 @@ Magento module that backports PHP 7.3+ features to older versions.

## Functions

- `array_key_first`
- `array_key_last`
- `is_countable`
- `array_key_first` (PHP >=7.3.0)
- `array_key_last` (PHP >=7.3.0)
- `is_countable` (PHP >=7.3.0)

0 comments on commit 62186a0

Please sign in to comment.