-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Setting current dependencies and complied JS
- Loading branch information
Showing
5 changed files
with
45 additions
and
289 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,25 +20,43 @@ | |
"minimum-stability": "dev", | ||
"prefer-stable": true, | ||
"authors": [ | ||
{"name": "Romans Malinovskis", "email": "[email protected]", "homepage": "https://nearly.guru/" }, | ||
{"name": "Alain Belair", "homepage": "https://agiletoolkit.org/"}, | ||
{"name": "Imants Horsts", "homepage": "https://darkside.lv/"}, | ||
{"name": "Francesco Danti", "homepage": "https://oracoltech.com/"}, | ||
{"name": "Michael Voříšek", "homepage": "https://mvorisek.cz/"}, | ||
{"name": "Philipp Grashoff"}, | ||
{"name": "Alex Cicovic", "homepage": "https://alexcicovic.com/"}, | ||
{"name": "Georgi Hristov", "homepage": "https://xsystems.io/"} | ||
{ | ||
"name": "Romans Malinovskis", | ||
"email": "[email protected]", | ||
"homepage": "https://nearly.guru/" | ||
}, | ||
{ | ||
"name": "Alain Belair", | ||
"homepage": "https://agiletoolkit.org/" | ||
}, | ||
{ | ||
"name": "Imants Horsts", | ||
"homepage": "https://darkside.lv/" | ||
}, | ||
{ | ||
"name": "Francesco Danti", | ||
"homepage": "https://oracoltech.com/" | ||
}, | ||
{ | ||
"name": "Michael Voříšek", | ||
"homepage": "https://mvorisek.cz/" | ||
}, | ||
{ | ||
"name": "Philipp Grashoff" | ||
}, | ||
{ | ||
"name": "Alex Cicovic", | ||
"homepage": "https://alexcicovic.com/" | ||
}, | ||
{ | ||
"name": "Georgi Hristov", | ||
"homepage": "https://xsystems.io/" | ||
} | ||
], | ||
"config": { | ||
"sort-packages": true | ||
}, | ||
"require": { | ||
"php": ">=7.2.0", | ||
"ext-json": "*", | ||
"atk4/core": "dev-develop", | ||
"atk4/data": "dev-develop" | ||
}, | ||
"require-release": { | ||
"php": ">=7.2.0", | ||
"ext-json": "*", | ||
"atk4/core": "^2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,7 @@ | |
!.gitignore | ||
!atkjs-ui.min.js | ||
!agileui.css | ||
!agileui.css | ||
!agileui.css.map | ||
!atkjs-ui.js | ||
!atkjs-ui.min.js |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.