File tree Expand file tree Collapse file tree 4 files changed +40
-0
lines changed
tests/integration/autoloader
autoload-with-composer/vendor
autoload-without-composer/vendor Expand file tree Collapse file tree 4 files changed +40
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?php
2
+ /*
3
+ * Copyright 2020 New Relic Corporation. All rights reserved.
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ /*DESCRIPTION
8
+ This file is the usual entry point for installing and using PSR-4 Autoloader.
9
+ The agent verifies its presence to determine if PSR-4 Autoloader is used.
10
+ */
11
+
1
12
echo "" ;
Original file line number Diff line number Diff line change 1
1
<?php
2
+ /*
3
+ * Copyright 2020 New Relic Corporation. All rights reserved.
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ /*DESCRIPTION
8
+ This file is the core of real Composer's runtime API, and agent verifies its presence to determine if Composer is used.
9
+ It contains \Composer\InstalledVersions class with methods used by the agent to get the installed packages and their versions.
10
+ */
2
11
3
12
namespace Composer ;
4
13
class InstalledVersions
Original file line number Diff line number Diff line change
1
+ <?php
2
+ /*
3
+ * Copyright 2020 New Relic Corporation. All rights reserved.
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ /*DESCRIPTION
8
+ This file is needed by real Composer's Autoload functionality, and agent uses its presence to determine if Composer is used.
9
+ */
Original file line number Diff line number Diff line change
1
+ <?php
2
+ /*
3
+ * Copyright 2020 New Relic Corporation. All rights reserved.
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ /*DESCRIPTION
8
+ This file is the usual entry point for installing and using PSR-4 Autoloader.
9
+ The agent verifies its presence to determine if PSR-4 Autoloader is used.
10
+ */
11
+
1
12
echo "" ;
You can’t perform that action at this time.
0 commit comments