Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bangnokia committed Mar 23, 2024
1 parent e2b1810 commit 3b14805
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 22 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ jobs:
php: [8.3]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: curl, mbstring, zip, pcntl, pdo, iconv
coverage: none

- name: Validate composer.json and composer.lock
Expand Down
19 changes: 0 additions & 19 deletions box.json
Original file line number Diff line number Diff line change
@@ -1,19 +0,0 @@
{
"directories": [
"app",
"bootstrap",
"config",
"skeleton",
"vendor"
],
"files": [
"composer.json",
"server.php"
],
"exclude-composer-files": false,
"compression": "GZ",
"compactors": [
"KevinGH\\Box\\Compactor\\Php",
"KevinGH\\Box\\Compactor\\Json"
]
}
Binary file added builds/lina
Binary file not shown.
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
|
*/

'version' => '0.5',
'version' => app()->runningInConsole() ? app('git.version') : '1.0.0',

/*
|--------------------------------------------------------------------------
Expand Down
Binary file removed lina.phar
Binary file not shown.

0 comments on commit 3b14805

Please sign in to comment.