Skip to content

Commit

Permalink
Fix merge conflicts that weren't reported correctly in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rosswintle committed Jul 22, 2022
1 parent 389952a commit 0311692
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
language: php

php:
<<<<<<< Updated upstream
=======
- 7.1
- 7.2
>>>>>>> Stashed changes
- 7.3
- 7.4

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Prerequisites

WP_Queue requires PHP __7.3+__.
WP_Queue requires PHP __7.1+__.

The following database tables need to be created:

Expand Down
4 changes: 0 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@
}
],
"require": {
<<<<<<< Updated upstream
"php": ">=7.3",
=======
"php": ">=7.1.8",
>>>>>>> Stashed changes
"nesbot/carbon": "^2.0"
},
"autoload": {
Expand Down

0 comments on commit 0311692

Please sign in to comment.