Skip to content

Commit 3cc5af0

Browse files
roberthusakNateBrady23
authored andcommitted
Peachpie 0.9.42 update (#4817)
* Fix README of Peachpie * Update Peachpie to 0.9.42
1 parent a4eb527 commit 3cc5af0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

frameworks/PHP/peachpie/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ As we want Peachpie to be comparable to the PHP Interpreter, we derived our test
3232

3333
## Contacts
3434

35-
* [http://github.com/jakubmisek](Jakub Míšek) - Chief developer of Peachpie
36-
* [http://github.com/roberthusak](Robert Husák) - Author of this contribution
35+
* [Jakub Míšek](http://github.com/jakubmisek) - Chief developer of Peachpie
36+
* [Robert Husák](http://github.com/roberthusak) - Author of this contribution

frameworks/PHP/peachpie/Server/Server.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="2.2.0" />
1313
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets" Version="2.2.1" />
1414
<PackageReference Include="Microsoft.AspNetCore.Buffering" Version="0.2.2" />
15-
<PackageReference Include="Peachpie.AspNetCore.Web" Version="0.9.28" />
15+
<PackageReference Include="Peachpie.AspNetCore.Web" Version="0.9.42" />
1616
</ItemGroup>
1717

1818
<ItemGroup>

frameworks/PHP/peachpie/Website/Website.msbuildproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Peachpie.NET.Sdk/0.9.28">
1+
<Project Sdk="Peachpie.NET.Sdk/0.9.42">
22

33
<PropertyGroup>
44
<OutputType>Library</OutputType>

0 commit comments

Comments
 (0)