Skip to content

Commit

Permalink
✨ add at array method for getting array value at a given index
Browse files Browse the repository at this point in the history
  • Loading branch information
ahamed committed May 15, 2021
1 parent 05f0361 commit e4589de
Show file tree
Hide file tree
Showing 5 changed files with 858 additions and 311 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.idea/
.vscode/
.DS_Store
.phpunit.result.cache

.env

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^7.0"
"php": "^7.0|^8.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit e4589de

Please sign in to comment.