Skip to content

Commit a822f6a

Browse files
authored
Merge pull request #36 from hydephp/release/v0.3.0
HydeCLI v0.3.0
2 parents 3947723 + b094f62 commit a822f6a

File tree

8 files changed

+3380
-3370
lines changed

8 files changed

+3380
-3370
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
.github/ export-ignore
1010
tests/ export-ignore
11+
bin/ export-ignore
1112
CHANGELOG.md export-ignore
1213
LICENSE.md export-ignore
1314
SECURITY.md export-ignore

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ jobs:
3838

3939
- name: Upload coverage reports to Codecov
4040
uses: codecov/codecov-action@v3
41-
env:
42-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
41+
4342

4443
run-tests:
4544
needs: coverage-tests

app/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class Application extends \Hyde\Foundation\Application
88
{
9-
final public const APP_VERSION = '0.2.1';
9+
final public const APP_VERSION = '0.3.0';
1010

1111
public function getCachedPackagesPath(): string
1212
{

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
"builds/hyde"
5858
],
5959
"require-dev": {
60-
"hyde/framework": "dev-develop",
61-
"hyde/realtime-compiler": "dev-improve-portability",
60+
"hyde/framework": "^1.4",
61+
"hyde/realtime-compiler": "^3.2",
6262
"laravel-zero/framework": "^10.0",
6363
"mockery/mockery": "^1.6",
6464
"pestphp/pest": "^2.26"

0 commit comments

Comments
 (0)