Skip to content

Commit

Permalink
Merge pull request #1 from AmpersandHQ/feature/SERA-1872
Browse files Browse the repository at this point in the history
Feature/SERA-1872, Bump min PHP version
  • Loading branch information
tr33m4n authored Jan 28, 2023
2 parents a8153ca + 43ac2a3 commit affdb4d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1,521 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@

.idea
.vscode
/composer.lock
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "graze/array-merger",
"name": "ampersand/array-merger",
"description": "Merge arrays recusively using custom value choosers",
"keywords": [
"graze",
Expand All @@ -21,11 +21,11 @@
}
],
"require": {
"php": "^5.5 | ^7.0"
"php": "^7.4||^8.1"
},
"require-dev": {
"phpunit/phpunit": "^4.8.36 | ^5.7.21 | ^6 | ^7",
"squizlabs/php_codesniffer": "^3.0",
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.7",
"graze/standards": "^2.0"
},
"autoload": {
Expand All @@ -42,7 +42,7 @@
},
"config": {
"platform": {
"php": "7.2"
"php": "7.4"
}
}
}
Loading

0 comments on commit affdb4d

Please sign in to comment.