Skip to content

Commit e4b436f

Browse files
committed
Branch for stable release
1 parent c914e90 commit e4b436f

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

composer.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"grid",
1717
"crud"
1818
],
19-
"version": "dev-develop",
2019
"authors": [
2120
{
2221
"name": "Romans Malinovskis",
@@ -51,14 +50,6 @@
5150
],
5251
"homepage": "https://github.com/atk4/ui",
5352
"require": {
54-
"php": ">=7.4 <8.4",
55-
"atk4/data": "dev-develop",
56-
"nyholm/psr7": "^1.6",
57-
"nyholm/psr7-server": "^1.0",
58-
"symfony/filesystem": "^4.4 || ^5.3 || ^6.0",
59-
"symfony/http-foundation": "^4.4 || ^5.3 || ^6.0"
60-
},
61-
"require-release": {
6253
"php": ">=7.4 <8.4",
6354
"atk4/data": "~6.0.0",
6455
"nyholm/psr7": "^1.6",

src/App.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class App
6767
*
6868
* @TODO remove, no longer needed for CDN versioning as we bundle all resources
6969
*/
70-
public $version = '6.0-dev';
70+
public $version = '6.0';
7171

7272
/** @var string Name of application */
7373
public $title = 'Agile UI - Untitled Application';

0 commit comments

Comments
 (0)