Skip to content

Commit

Permalink
Bump composer reqs for 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
askvortsov1 committed May 16, 2021
1 parent c9a55ba commit f4b7e13
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^0.1.0-beta.16"
"flarum/core": "^1.0.0"
},
"autoload": {
"psr-4": {
Expand All @@ -28,7 +28,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
"dev-master": "1.x.x-dev"
},
"flarum-extension": {
"title": "Flags",
Expand Down Expand Up @@ -56,8 +56,8 @@
"test:setup": "Sets up a database for use with integration tests. Execute this only once."
},
"require-dev": {
"flarum/core": "0.1.x-dev",
"flarum/tags": "0.1.x-dev",
"flarum/core": "*@dev",
"flarum/tags": "*@dev",
"flarum/testing": "*@dev"
}
}

0 comments on commit f4b7e13

Please sign in to comment.