-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #115 from iyzoer/v3.1.0-aplha
V3.1.0 aplha
- Loading branch information
Showing
59 changed files
with
3,709 additions
and
6,747 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.1.2 | ||
3.1.0-alpha1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,11 +9,12 @@ | |
"email": "[email protected]" | ||
} | ||
], | ||
"version": "3.1.0-alpha1", | ||
"require-dev": { | ||
"opencart/opencart" : "2.3.0.2", | ||
"opencart/opencart" : "3.1.0.0_a1", | ||
"vlucas/phpdotenv": "~1.1.0", | ||
"phpunit/phpunit" : "~4.0", | ||
"beyondit/opencart-test-suite": "~2.3.0", | ||
"phpunit/phpunit" : "^6", | ||
"beyondit/opencart-test-suite": "~3.0", | ||
"consolidation/robo": "~1", | ||
"henrikbjorn/lurker": "^1.2" | ||
}, | ||
|
@@ -25,9 +26,11 @@ | |
"opencart-dir" : "www" | ||
}, | ||
"scripts" : { | ||
"test-library": "bin/phpunit --testsuite library-tests --colors=always", | ||
"test-admin": "bin/phpunit --testsuite admin-tests --colors=always", | ||
"test-catalog": "bin/phpunit --testsuite catalog-tests --colors=always", | ||
"test": [ | ||
"@test-library", | ||
"@test-admin", | ||
"@test-catalog" | ||
], | ||
|
Oops, something went wrong.