Skip to content

Commit

Permalink
Merge branch 'develop' into patch-19
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybrad authored Aug 28, 2019
2 parents 5daf151 + 72a3873 commit 1755a98
Show file tree
Hide file tree
Showing 383 changed files with 24,207 additions and 4,286 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ branches:
only:
- develop
- feature/tests
- 3.3
services:
- mysql
- postgresql
Expand Down
249 changes: 247 additions & 2 deletions CHANGELOG-v3.md

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions codeception.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,8 @@ groups:
validators: [tests/unit/validators]
web: [tests/unit/web]
app: [tests/unit/AppTest.php]
gql:
- 'tests/unit/gql'
- 'tests/unit/services/GqlTest'
- 'tests/unit/helpers/GqlHelperTest'
- 'tests/gql/GqlCest'
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "craftcms/cms",
"description": "Craft CMS",
"version": "3.2.10",
"version": "3.3.0.1",
"keywords": [
"cms",
"craftcms",
Expand Down Expand Up @@ -32,7 +32,7 @@
"craftcms/plugin-installer": "~1.5.3",
"craftcms/server-check": "~1.1.0",
"creocoder/yii2-nested-sets": "~0.9.0",
"danielstjules/stringy": "^3.1.0",
"voku/stringy": "^5.1.0",
"elvanto/litemoji": "^1.3.1",
"enshrined/svg-sanitize": "~0.9.0",
"guzzlehttp/guzzle": "^6.3.0",
Expand All @@ -44,6 +44,7 @@
"symfony/yaml": "^3.2|^4.0",
"true/punycode": "^2.1.0",
"twig/twig": "~2.11.0",
"webonyx/graphql-php": "^0.12.0",
"yii2tech/ar-softdelete": "^1.0.2",
"yiisoft/yii2": "~2.0.21.0",
"yiisoft/yii2-debug": "^2.0.10",
Expand Down
Loading

0 comments on commit 1755a98

Please sign in to comment.