This repository was archived by the owner on Jul 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 11 files changed +34
-27
lines changed Expand file tree Collapse file tree 11 files changed +34
-27
lines changed Original file line number Diff line number Diff line change
1
+ # [ 1.21.0] ( https://github.com/ForestAdmin/agent-php/compare/v1.20.0...v1.21.0 ) (2025-01-08)
2
+
3
+
4
+ ### Features
5
+
6
+ * add project et environment to caller ([ #142 ] ( https://github.com/ForestAdmin/agent-php/issues/142 ) ) ([ bbbd582] ( https://github.com/ForestAdmin/agent-php/commit/bbbd582ce6f4622276ce5047c20150e314a6a7cb ) )
7
+
1
8
# [ 1.20.0] ( https://github.com/ForestAdmin/agent-php/compare/v1.19.3...v1.20.0 ) (2024-12-19)
2
9
3
10
Original file line number Diff line number Diff line change 79
79
"forestadmin/php-datasource-eloquent" : " self.version" ,
80
80
"forestadmin/php-datasource-toolkit" : " self.version"
81
81
},
82
- "version" : " 1.20 .0" ,
82
+ "version" : " 1.21 .0" ,
83
83
"minimum-stability" : " stable" ,
84
84
"prefer-stable" : true
85
85
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " agent-php" ,
3
- "version" : " 1.20 .0" ,
3
+ "version" : " 1.21 .0" ,
4
4
"description" : " The official agent PHP for Forest." ,
5
5
"private" : false ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 3
3
"description" : " Subtree split of the PHP Agent Toolkit component" ,
4
4
"type" : " library" ,
5
5
"license" : " GPL-3.0-or-later" ,
6
- "version" : " 1.20 .0" ,
6
+ "version" : " 1.21 .0" ,
7
7
"require" : {
8
8
"php" : " ^8.0" ,
9
9
"firebase/php-jwt" : " ^6.2" ,
23
23
"symfony/dependency-injection" : " ^5.4|^6.0|^7.0" ,
24
24
"symfony/http-foundation" : " ^5.4|^6.0|^7.0" ,
25
25
"symfony/http-kernel" : " ^5.4|^6.0|^7.0" ,
26
- "forestadmin/php-datasource-customizer" : " 1.20 .0" ,
27
- "forestadmin/php-datasource-toolkit" : " 1.20 .0" ,
28
- "forestadmin/php-base-datasource" : " 1.20 .0" ,
26
+ "forestadmin/php-datasource-customizer" : " 1.21 .0" ,
27
+ "forestadmin/php-datasource-toolkit" : " 1.21 .0" ,
28
+ "forestadmin/php-base-datasource" : " 1.21 .0" ,
29
29
"monolog/monolog" : " ^2.5|^3.0" ,
30
30
"laravel/serializable-closure" : " ^1.3"
31
31
},
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class SchemaEmitter
11
11
{
12
12
public const LIANA_NAME = 'agent-php ' ;
13
13
14
- public const LIANA_VERSION = '1.20 .0 ' ;
14
+ public const LIANA_VERSION = '1.21 .0 ' ;
15
15
16
16
public static function getSerializedSchema (Datasource $ datasource )
17
17
{
Original file line number Diff line number Diff line change 3
3
"description" : " Subtree split of the PHP Base Datasource component" ,
4
4
"type" : " library" ,
5
5
"license" : " GPL-3.0-or-later" ,
6
- "version" : " 1.20 .0" ,
6
+ "version" : " 1.21 .0" ,
7
7
"require" : {
8
8
"php" : " ^8.0" ,
9
- "forestadmin/php-agent-toolkit" : " 1.20 .0" ,
10
- "forestadmin/php-datasource-toolkit" : " 1.20 .0" ,
9
+ "forestadmin/php-agent-toolkit" : " 1.21 .0" ,
10
+ "forestadmin/php-datasource-toolkit" : " 1.21 .0" ,
11
11
"illuminate/database" : " ^v8.83|^9.0|^10.0|^11.0" ,
12
12
"illuminate/support" : " ^8.0|^9.0|^10.0|^11.0"
13
13
},
Original file line number Diff line number Diff line change 3
3
"description" : " Subtree split of the PHP Datasource Customizer component" ,
4
4
"type" : " library" ,
5
5
"license" : " GPL-3.0-or-later" ,
6
- "version" : " 1.20 .0" ,
6
+ "version" : " 1.21 .0" ,
7
7
"require" : {
8
8
"php" : " ^8.0" ,
9
9
"illuminate/collections" : " ^8.0|^9.0|^10.0|^11.0" ,
10
10
"illuminate/support" : " ^8.0|^9.0|^10.0|^11.0" ,
11
11
"nesbot/carbon" : " ^2.58|^3.0" ,
12
12
"symfony/http-kernel" : " ^5.4|^6.0|^7.0" ,
13
- "forestadmin/php-datasource-toolkit" : " 1.20 .0" ,
14
- "forestadmin/php-agent-toolkit" : " 1.20 .0"
13
+ "forestadmin/php-datasource-toolkit" : " 1.21 .0" ,
14
+ "forestadmin/php-agent-toolkit" : " 1.21 .0"
15
15
},
16
16
"require-dev" : {
17
17
"friendsofphp/php-cs-fixer" : " ^3.0" ,
Original file line number Diff line number Diff line change 3
3
"description" : " Subtree split of the PHP Datasource Doctrine component" ,
4
4
"type" : " library" ,
5
5
"license" : " GPL-3.0-or-later" ,
6
- "version" : " 1.20 .0" ,
6
+ "version" : " 1.21 .0" ,
7
7
"require" : {
8
8
"php" : " ^8.0" ,
9
9
"illuminate/collections" : " ^8.0|^9.0|^10.0|^11.0" ,
13
13
"symfony/dependency-injection" : " ^5.4|^6.0|^7.0" ,
14
14
"symfony/http-foundation" : " ^5.4|^6.0|^7.0" ,
15
15
"symfony/http-kernel" : " ^5.4|^6.0|^7.0" ,
16
- "forestadmin/php-agent-toolkit" : " 1.20 .0" ,
17
- "forestadmin/php-datasource-toolkit" : " 1.20 .0" ,
18
- "forestadmin/php-base-datasource" : " 1.20 .0" ,
16
+ "forestadmin/php-agent-toolkit" : " 1.21 .0" ,
17
+ "forestadmin/php-datasource-toolkit" : " 1.21 .0" ,
18
+ "forestadmin/php-base-datasource" : " 1.21 .0" ,
19
19
"doctrine/orm" : " ^2.8|^3.0"
20
20
},
21
21
"require-dev" : {
Original file line number Diff line number Diff line change 3
3
"description" : " Subtree split of the PHP Datasource Dummy component" ,
4
4
"type" : " library" ,
5
5
"license" : " GPL-3.0-or-later" ,
6
- "version" : " 1.20 .0" ,
6
+ "version" : " 1.21 .0" ,
7
7
"require" : {
8
8
"php" : " ^8.0" ,
9
- "forestadmin/php-agent-toolkit" : " 1.20 .0" ,
10
- "forestadmin/php-datasource-toolkit" : " 1.20 .0"
9
+ "forestadmin/php-agent-toolkit" : " 1.21 .0" ,
10
+ "forestadmin/php-datasource-toolkit" : " 1.21 .0"
11
11
},
12
12
"require-dev" : {
13
13
"friendsofphp/php-cs-fixer" : " ^3.0" ,
Original file line number Diff line number Diff line change 3
3
"description" : " Subtree split of the PHP Datasource Doctrine component" ,
4
4
"type" : " library" ,
5
5
"license" : " GPL-3.0-or-later" ,
6
- "version" : " 1.20 .0" ,
6
+ "version" : " 1.21 .0" ,
7
7
"require" : {
8
8
"php" : " ^8.0" ,
9
9
"illuminate/collections" : " ^8.0|^9.0|^10.0|^11.0" ,
14
14
"symfony/http-foundation" : " ^5.4|^6.0|^7.0" ,
15
15
"symfony/http-kernel" : " ^5.4|^6.0|^7.0" ,
16
16
"composer/class-map-generator" : " ^1.0" ,
17
- "forestadmin/php-agent-toolkit" : " 1.20 .0" ,
18
- "forestadmin/php-datasource-toolkit" : " 1.20 .0" ,
19
- "forestadmin/php-base-datasource" : " 1.20 .0"
17
+ "forestadmin/php-agent-toolkit" : " 1.21 .0" ,
18
+ "forestadmin/php-datasource-toolkit" : " 1.21 .0" ,
19
+ "forestadmin/php-base-datasource" : " 1.21 .0"
20
20
},
21
21
"require-dev" : {
22
22
"friendsofphp/php-cs-fixer" : " ^3.0" ,
You can’t perform that action at this time.
0 commit comments