Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Commit 8eda2af

Browse files
committed
Updated project for upcoming 4.x release
Updated: * composer branch alias * build matrix * frontend dependencies * minified assets
1 parent 00d06b4 commit 8eda2af

File tree

7 files changed

+2015
-2168
lines changed

7 files changed

+2015
-2168
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ matrix:
66
env: deps=low
77
- php: 7.2
88
env: deps=low
9+
- php: 7.3
10+
env: deps=low
911
- php: 7.1
1012
- php: 7.2
13+
- php: 7.3
1114
fast_finish: true
1215

1316
install:
@@ -29,7 +32,6 @@ cache:
2932
directories:
3033
- node_modules
3134
- $HOME/.composer/cache/files
32-
- bower_components
3335

3436
webhooks:
3537
urls:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"extra": {
3737
"branch-alias": {
3838
"dev-2.x": "2.3-dev",
39-
"dev-master": "3.2-dev"
39+
"dev-master": "4.0-dev"
4040
}
4141
},
4242
"autoload": {

0 commit comments

Comments
 (0)